eschutho commented on code in PR #23114:
URL: https://github.com/apache/superset/pull/23114#discussion_r1123797965


##########
superset/utils/webdriver.py:
##########
@@ -198,10 +202,11 @@ def get_screenshot(
             ]
             logger.debug("Wait %i seconds for chart animation", 
selenium_animation_wait)
             sleep(selenium_animation_wait)
-            logger.debug(
-                "Taking a PNG screenshot of url %s as user %s",
+            logger.info(
+                "Taking a PNG screenshot of url %s as user %s with 
execution_id: %s",

Review Comment:
   Oh, and that's something that you can filter on? That sounds like a better 
implementation overall than adding it to the message field. 



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to