Изменена логика задания таймаутов ожидания
This commit is contained in:
@@ -9,8 +9,7 @@ log:
|
||||
formatters:
|
||||
standard:
|
||||
format: '%(asctime)s %(module)15s [%(levelname)8s]: %(message)s'
|
||||
telegram:
|
||||
format: '%(message)s'
|
||||
|
||||
|
||||
handlers:
|
||||
console:
|
||||
@@ -26,28 +25,20 @@ log:
|
||||
filename: logs/log.log
|
||||
mode: a
|
||||
maxBytes: 500000
|
||||
backupCount: 15
|
||||
|
||||
#telegram:
|
||||
# level: CRITICAL
|
||||
# formatter: telegram
|
||||
# class: logging_telegram_handler.TelegramHandler
|
||||
# chat_id: 211945135
|
||||
# alias: "PDC"
|
||||
|
||||
backupCount: 3
|
||||
|
||||
# -- Логгеры --
|
||||
loggers:
|
||||
'':
|
||||
handlers: [console, file]
|
||||
level: INFO
|
||||
propagate: False
|
||||
root:
|
||||
handlers: [console, file]
|
||||
level: INFO
|
||||
|
||||
loggers:
|
||||
__main__:
|
||||
handlers: [console, file]
|
||||
level: DEBUG
|
||||
propagate: False
|
||||
|
||||
config_manager:
|
||||
config_manager.src.config_manager.v2.manager:
|
||||
handlers: [console, file]
|
||||
level: DEBUG
|
||||
level: DEBUG
|
||||
|
||||
|
||||
Reference in New Issue
Block a user