SaTae66 opened a new issue, #21646: URL: https://github.com/apache/superset/issues/21646
Every log message (except event logs) is logged 2 times, once in the custom format set in the "superset_config.py" (or the default one in "config.py" if not set otherwise) and the second time just the message without any context. #### How to reproduce the bug 1. Run apache/superset image locally with docker 2. Look at logs ### Expected results See every log entry once ### Actual results See every log entry twice ### Logs from docker logs `logging was configured successfully` `2022-09-29 12:14:17,528:INFO:superset.utils.logging_configurator:logging was configured successfully` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
