Bug report Bug description: Invoking logging.config.dictConfig() with "disable_existing_loggers": False breaks already added handlers, even if the config is empty. Specifically, it calls flush() and close() of all existing handlers. Test...
###haproxy的配置如下 global log 192.168.1.160 local3 maxconn 4096 chroot /usr...
Add test for disable_existing_loggers cb5199b patrick91added thebugSomething isn't workinglabelDec 9, 2024 kraftpcommentedDec 9, 2024 View reviewed changes ContributorAuthor kraftpleft a comment• edited tiangolochanged the titleDo Not Disable Existing LoggersDec 15, 2024 ...
当前标签:disable_existing_loggers 昵称:sxhlinux 园龄:8年3个月 粉丝:6 关注:0
importos LOGGING={ 'version':1, 'disable_existing_loggers':False, 'handlers':{ 'console':{ 'class':'logging.StreamHandler', }, }, 'root':{ 'handlers':['console'], 'level':'WARNING', }, } Advertisement Add Comment Please,Sign Into add comment ...
"disable_existing_loggers": False, "formatters": { "default": { "()": CustomFormatter,Footer © 2024 GitHub, Inc. Footer navigation Terms Privacy Security Status Docs Contact Manage cookies Do not share my personal information ...