villebro commented on a change in pull request #11334:
URL:
https://github.com/apache/incubator-superset/pull/11334#discussion_r508233972
##########
File path: superset/utils/pandas_postprocessing.py
##########
@@ -590,6 +591,9 @@ def _prophet_fit_and_predict( # pylint:
disable=too-many-arguments
Fit a prophet model and return a DataFrame with predicted results.
"""
try:
+ prophet_logger = logging.getLogger("fbprophet.plot")
+
+ prophet_logger.setLevel(logging.CRITICAL)
Review comment:
Good idea. Updated and verified that initial error stays unlogged.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]