This is an automated email from the ASF dual-hosted git repository.
beto pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-superset.git.
from 2085e89 adding spaces missing from string concatenations (#8126)
add 6dc760a Add LogConfigurator, and add logging for CSV export (#8085)
No new revisions were added by this update.
Summary of changes:
superset/__init__.py | 23 +----------
superset/config.py | 4 ++
superset/utils/logging_configurator.py | 70 ++++++++++++++++++++++++++++++++++
superset/views/core.py | 12 +++++-
tests/logging_configurator_tests.py | 55 ++++++++++++++++++++++++++
5 files changed, 141 insertions(+), 23 deletions(-)
create mode 100644 superset/utils/logging_configurator.py
create mode 100644 tests/logging_configurator_tests.py