andy-clapson commented on issue #29403:
URL: https://github.com/apache/superset/issues/29403#issuecomment-2532848376

   In a perfect world this warning would go away, but in case you want to 
simply tune out the log noise you can add something like this to your custom 
`LoggingConfigurator` class:
   ```
   import warnings
   warnings.filterwarnings("ignore", message="Class 'werkzeug.local.LocalProxy' 
is not mapped")
   ```
   (I am assuming here that you pass in your own `LOGGING_CONFIGURATOR` via a 
`config.py` override.)


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