Skip to content

Commit 15a9f91

Browse files
authored
Moving this from an error to warning (#767)
1 parent de73629 commit 15a9f91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/dispatch/incident/metrics.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ def make_forecast(
9898
dataframe, seasonal_periods=12, trend="add", seasonal="add"
9999
).fit(use_boxcox=True)
100100
except Exception as e:
101-
log.error(f"Issue forecasting incidents: {e}")
101+
log.warning(f"Issue forecasting incidents: {e}")
102102
return {
103103
"categories": [],
104104
"series": [{"name": "Predicted", "data": []}],

0 commit comments

Comments
 (0)