Skip to content
This repository has been archived by the owner on Nov 30, 2023. It is now read-only.

Commit

Permalink
feat(farmer): imp on_field_objects(): add march_started logging
Browse files Browse the repository at this point in the history
Signed-off-by: hldh214 <[email protected]>
  • Loading branch information
hldh214 committed Aug 23, 2023
1 parent 8f78d5c commit 1558e3a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lokbot/farmer.py
Original file line number Diff line number Diff line change
Expand Up @@ -805,8 +805,9 @@ def on_field_objects(data):
logger.warning(f'on_field_objects: {error_code}, skip')
self.field_object_processed = True
return

raise
else:
logger.info(f'march_started {code}({level}): {each_obj}')

self.field_object_processed = True

Expand Down

0 comments on commit 1558e3a

Please sign in to comment.