【发布时间】:2020-03-18 19:59:32
【问题描述】:
在我的Superset Web 应用程序中,我有兴趣将 Flask-OAuthLib 中的日志记录级别设置为DEBUG。我们可以看到 Flask-OAuthLib 访问它的记录器here on line 26
来自 Superset Web 应用程序。
Superset 是一个使用Flask-AppBuilder 实现的网络应用程序。它 允许通过 Flask-OAuthLib 进行 OAuth2 身份验证。
我想从custom_sso_security_manager.py 配置 Flask-OAuthLib 日志记录...
the Superset docs on custom OAuth configuration.
【问题讨论】:
标签: python python-3.x logging flask apache-superset