diff --git a/python/fbprophet/plot.py b/python/fbprophet/plot.py index 2a573e4..5c67559 100644 --- a/python/fbprophet/plot.py +++ b/python/fbprophet/plot.py @@ -13,7 +13,8 @@ import pandas as pd from fbprophet.diagnostics import performance_metrics -logger = logging.getLogger('fbprophet') +logger = logging.getLogger('fbprophet.plot') + try: