JoanSebasMartinez commented on issue #8169: URL: https://github.com/apache/superset/issues/8169#issuecomment-2137971900
I have the same issue with the log, this is my config.py: ENABLE_TIME_ROTATE = True TIME_ROTATE_LOG_LEVEL = logging.INFO FILENAME = os.path.join(DATA_DIR, "superset.log") ROLLOVER = "midnight" INTERVAL = 1 BACKUP_COUNT = 30 After restarting superset it doesn't generate the superset.log file -- 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]
