This is an automated email from the ASF dual-hosted git repository.
erikrit pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-superset.git
The following commit(s) were added to refs/heads/master by this push:
new fa68288 fix: make sure we log the logs (#11939)
fa68288 is described below
commit fa68288d6172ff8da469dfc87d6a90f69f36515d
Author: Erik Ritter <[email protected]>
AuthorDate: Fri Dec 4 16:50:16 2020 -0800
fix: make sure we log the logs (#11939)
---
superset/views/core.py | 1 +
1 file changed, 1 insertion(+)
diff --git a/superset/views/core.py b/superset/views/core.py
index 0d00ecb..66cb051 100755
--- a/superset/views/core.py
+++ b/superset/views/core.py
@@ -1797,6 +1797,7 @@ class Superset(BaseSupersetView): # pylint:
disable=too-many-public-methods
@api
@has_access
+ @event_logger.log_this
@expose("/log/", methods=["POST"])
def log(self) -> FlaskResponse: # pylint: disable=no-self-use
return Response(status=200)