mirror of
https://github.com/apache/superset.git
synced 2026-04-23 18:14:56 +00:00
fix: default logging (#27777)
This commit is contained in:
@@ -47,6 +47,8 @@ assists people when migrating to a new version.
|
||||
set `SLACK_API_TOKEN` to fetch and serve Slack avatar links
|
||||
- [28134](https://github.com/apache/superset/pull/28134/) The default logging level was changed
|
||||
from DEBUG to INFO - which is the normal/sane default logging level for most software.
|
||||
- [27777](https://github.com/apache/superset/pull/27777) Moves debug logging logic to config.py.
|
||||
See `LOG_LEVEL` in `superset/config.py` for the recommended default.
|
||||
- [28205](https://github.com/apache/superset/pull/28205) The permission `all_database_access` now
|
||||
more clearly provides access to all databases, as specified in its name. Before it only allowed
|
||||
listing all databases in CRUD-view and dropdown and didn't provide access to data as it
|
||||
|
||||
Reference in New Issue
Block a user