This is an automated email from the ASF dual-hosted git repository.

hugh pushed a commit to branch fix-log-table
in repository https://gitbox.apache.org/repos/asf/superset.git


The following commit(s) were added to refs/heads/fix-log-table by this push:
     new 43df665  update with logs
43df665 is described below

commit 43df665c0d51e3d4d5a5a32586e3f64e51181b50
Author: hughhhh <[email protected]>
AuthorDate: Thu Apr 8 16:54:45 2021 -0400

    update with logs
---
 superset/utils/log.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/superset/utils/log.py b/superset/utils/log.py
index c55a3e2..984085d 100644
--- a/superset/utils/log.py
+++ b/superset/utils/log.py
@@ -178,7 +178,7 @@ class AbstractEventLogger(ABC):
         payload.update(payload_override)
 
         action_str = payload_override.pop("action", action)
-        self.log_with_context(
+        self.log_context(
             action_str, duration, object_ref, log_to_statsd, **payload_override
         )
 

Reply via email to