mirror of
https://github.com/bigchaindb/bigchaindb.git
synced 2024-10-13 13:34:05 +00:00
Fix logging file handler
This commit is contained in:
parent
28042a7e83
commit
cae017eb22
@ -41,7 +41,7 @@ SUBSCRIBER_LOGGING_CONFIG = {
|
|||||||
'level': logging.INFO,
|
'level': logging.INFO,
|
||||||
},
|
},
|
||||||
'file': {
|
'file': {
|
||||||
'class': 'logging.RotatingFileHandler',
|
'class': 'logging.handlers.RotatingFileHandler',
|
||||||
'filename': join(DEFAULT_LOG_DIR, 'bigchaindb.log'),
|
'filename': join(DEFAULT_LOG_DIR, 'bigchaindb.log'),
|
||||||
'mode': 'w',
|
'mode': 'w',
|
||||||
'maxBytes': 209715200,
|
'maxBytes': 209715200,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user