mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-07 23:35:22 +01:00
separate mail logging
This commit is contained in:
parent
e35723e7af
commit
019dfeb3ee
1 changed files with 1 additions and 1 deletions
|
|
@ -102,7 +102,7 @@ def get_mailbox(server, port, security):
|
||||||
|
|
||||||
class MailAccountHandler(LoggingMixin):
|
class MailAccountHandler(LoggingMixin):
|
||||||
|
|
||||||
logging_name = "paperless.mail"
|
logging_name = "paperless_mail"
|
||||||
|
|
||||||
def _correspondent_from_name(self, name):
|
def _correspondent_from_name(self, name):
|
||||||
try:
|
try:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue