konfusator commented on issue #3294:
URL: https://github.com/apache/superset/issues/3294#issuecomment-922097536


   Hello,
   
   this is still the case in 1.3.0 and can be fixed via
   
   ```
   @@ -62,6 +62,7 @@
                    interval=app_config["INTERVAL"],
                    backupCount=app_config["BACKUP_COUNT"],
                )
   +            
handler.setFormatter(logging.Formatter(app_config["LOG_FORMAT"]))
                logging.getLogger().addHandler(handler)
    
            logger.info("logging was configured successfully")
   ```
   in utils/logging_configurator.py


-- 
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]

Reply via email to