mail handling: When exceptions occur during account/rule/message handling, paperless will continue with the next account/rule/message.

mail handling: When paperless encounters a very long

fixes #82
This commit is contained in:
jonaswinkler
2020-12-04 15:42:05 +01:00
parent 884eec9b61
commit 249422570e
6 changed files with 197 additions and 140 deletions

View File

@@ -274,7 +274,7 @@ LOGGING = {
"class": "documents.loggers.PaperlessHandler",
},
"console": {
"level": "WARNING",
"level": "INFO",
"class": "logging.StreamHandler",
"formatter": "verbose",
}