Skip to content

Commit

Permalink
Bugfix logging
Browse files Browse the repository at this point in the history
Signed-off-by: Adam.Dybbroe <a000680@c21856.ad.smhi.se>
  • Loading branch information
Adam.Dybbroe committed Jul 15, 2022
1 parent a69b7e4 commit cb28be0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion activefires_pp/spatiotemporal_alarm_filtering.py
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ def run(self):
continue

generated_alarms = self.spatio_temporal_alarm_filtering(msg)
LOG.deb("Number of generated alarms: %d", len(generated_alarms))
LOG.debug("Number of generated alarms: %d", len(generated_alarms))

def spatio_temporal_alarm_filtering(self, msg):
"""Spatial and temporal filtering of the fire detections and create and post the alarm.
Expand Down

0 comments on commit cb28be0

Please sign in to comment.