Change the request ids to use urns. Add the logger name to the log formatter.
This commit is contained in:
parent
4da49da730
commit
4556ff52b3
3 changed files with 18 additions and 3 deletions
|
@ -35,5 +35,5 @@ formatter=generic
|
|||
args=(sys.stdout, )
|
||||
|
||||
[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