Add funcName
to default logging format in sample config.
This commit is contained in:
parent
d04e078b25
commit
b2f2006f3b
|
@ -316,7 +316,7 @@ args = ('localhost', 'noreply@localhost', ['root@localhost'], "[Rattail] Logging
|
||||||
formatter = generic
|
formatter = generic
|
||||||
|
|
||||||
[formatter_generic]
|
[formatter_generic]
|
||||||
format = %(asctime)s %(levelname)-5.5s [%(name)s][%(threadName)s] %(message)s
|
format = %(asctime)s %(levelname)-5.5s [%(name)s][%(threadName)s] %(funcName)s: %(message)s
|
||||||
datefmt = %Y-%m-%d %H:%M:%S
|
datefmt = %Y-%m-%d %H:%M:%S
|
||||||
|
|
||||||
[formatter_console]
|
[formatter_console]
|
||||||
|
|
Loading…
Reference in a new issue