mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-12 01:26:47 +01:00
renamed logger
This commit is contained in:
parent
7d282a4e4e
commit
b0a519fd6b
2 changed files with 7 additions and 4 deletions
|
|
@ -1,7 +1,7 @@
|
|||
import logging
|
||||
|
||||
|
||||
class PaperlessLogger(logging.StreamHandler):
|
||||
class PaperlessHandler(logging.Handler):
|
||||
def emit(self, record):
|
||||
# We have to do the import here or Django will barf when it tries to
|
||||
# load this because the apps aren't loaded at that point
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue