diff --git a/applog/logging.yaml b/applog/logging.yaml index 5128d40..0eba826 100644 --- a/applog/logging.yaml +++ b/applog/logging.yaml @@ -33,7 +33,7 @@ loggers: discord: level: INFO handlers: [ console, info_file_handler ] - propogate: no + propogate: yes bot: level: INFO handlers: [ console, info_file_handler ]