mirror of
https://github.com/apache/superset.git
synced 2026-06-04 07:09:22 +00:00
fix(logging): downgrade csv export log to debug (#15123)
* fix(logging): downgrade csv export log to debug * blacking Co-authored-by: Phillip Kelley-Dotson <pkelleydotson@yahoo.com>
This commit is contained in:
@@ -2666,7 +2666,9 @@ class Superset(BaseSupersetView): # pylint: disable=too-many-public-methods
|
||||
"exported_format": "csv",
|
||||
}
|
||||
event_rep = repr(event_info)
|
||||
logger.info("CSV exported: %s", event_rep, extra={"superset_event": event_info})
|
||||
logger.debug(
|
||||
"CSV exported: %s", event_rep, extra={"superset_event": event_info}
|
||||
)
|
||||
return response
|
||||
|
||||
@api
|
||||
|
||||
Reference in New Issue
Block a user