eschutho commented on code in PR #23114:
URL: https://github.com/apache/superset/pull/23114#discussion_r1122500434
##########
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:
@craig-rueda I resolved a conflict here from a recent change of yours. I was
hoping to get this execution id into production logs. Do you think it's
something that we should only log locally?
--
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]