Add funcName to default logging format in sample config.

This commit is contained in:
Lance Edgar 2014-04-05 14:45:50 -07:00
parent d04e078b25
commit b2f2006f3b

View file

@ -316,7 +316,7 @@ args = ('localhost', 'noreply@localhost', ['root@localhost'], "[Rattail] Logging
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
[formatter_console]