accounting
This commit is contained in:
@@ -10,9 +10,15 @@ level='DEBUG'
|
||||
|
||||
[handlers.console]
|
||||
class='logging.StreamHandler'
|
||||
formatter='notime'
|
||||
formatter='default'
|
||||
stream='ext://sys.stdout'
|
||||
|
||||
[formatters.default]
|
||||
# https://docs.python.org/3/library/logging.html#logrecord-attributes
|
||||
format='%(asctime)s %(levelname)s %(name)s %(message)s'
|
||||
# https://docs.python.org/3/library/time.html#time.strftime
|
||||
datefmt='%Y-%m-%d %H:%M:%S'
|
||||
|
||||
[formatters.notime]
|
||||
# https://docs.python.org/3/library/logging.html#logrecord-attributes
|
||||
format='%(levelname)s %(name)s %(message)s'
|
||||
|
||||
Reference in New Issue
Block a user