Add the logger name to the production logging config.
This commit is contained in:
parent
1d8cbf1376
commit
e422f2eee9
1 changed files with 1 additions and 1 deletions
|
@ -35,5 +35,5 @@ formatter=generic
|
|||
args=('/mnt/logs/application.log',)
|
||||
|
||||
[formatter_generic]
|
||||
format=%(asctime)s [%(process)d] [%(levelname)s] %(message)s
|
||||
format=%(asctime)s [%(process)d] [%(levelname)s] [%(name)s] %(message)s
|
||||
class=logging.Formatter
|
||||
|
|
Reference in a new issue