suppress plotly error logging (#1332)

* raise logging level to critical for plot module

* remove setlevel for plot logger
This commit is contained in:
Ryan Nazareth 2020-02-17 23:00:14 +00:00 committed by GitHub
parent 8c48f5b042
commit 59f34ebc5f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,7 +13,8 @@ import pandas as pd
from fbprophet.diagnostics import performance_metrics from fbprophet.diagnostics import performance_metrics
logger = logging.getLogger('fbprophet') logger = logging.getLogger('fbprophet.plot')
try: try: