Habeeb556 opened a new issue, #29908: URL: https://github.com/apache/superset/issues/29908
### Bug description The below error appears in logs when startup: ``` superset[2032316]: warnings.warn( superset[2032276]: logging was configured successfully superset[2032276]: 2024-08-09 22:52:32,367:INFO:superset.utils.logging_configurator:logging was configured successfully superset[2032276]: 2024-08-09 22:52:32,371:INFO:root:Configured event logger of type <class 'superset.utils.log.DBEventLogger'> superset[2032276]: /swloc/.virtualenvs/supersetvenv5/lib/python3.10/site-packages/flask_limiter/extension.py:333: UserWarning: Using the in-memory storage for tracking rate limits as no storage was explicitly specified. This is not recommended for production use. See: https://flask-limiter.readthedocs.io#configuring-a-storage-backend for documentation about configuring the storage backend. superset[2032276]: warnings.warn( superset[2032328]: logging was configured successfully superset[2032328]: 2024-08-09 22:52:32,492:INFO:superset.utils.logging_configurator:logging was configured successfully superset[2032328]: 2024-08-09 22:52:32,519:INFO:root:Configured event logger of type <class 'superset.utils.log.DBEventLogger'> superset[2032328]: /swloc/.virtualenvs/supersetvenv5/lib/python3.10/site-packages/flask_limiter/extension.py:333: UserWarning: Using the in-memory storage for tracking rate limits as no storage was explicitly specified. This is not recommended for production use. See: https://flask-limiter.readthedocs.io#configuring-a-storage-backend for documentation about configuring the storage backend. superset[2032328]: warnings.warn( ``` ### How to reproduce the bug Fresh setup. ### Screenshots/recordings _No response_ ### Superset version 4.0.2 ### Python version 3.11 ### Node version I don't know ### Browser Not applicable ### Additional context _No response_ ### Checklist - [X] I have searched Superset docs and Slack and didn't find a solution to my problem. - [X] I have searched the GitHub issue tracker and didn't find a similar bug report. - [X] I have checked Superset's logs for errors and if I found a relevant Python stacktrace, I included it here as text in the "additional context" section. -- 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]
