Skip to content

Commit

Permalink
Log the value for loop_on_init
Browse files Browse the repository at this point in the history
  • Loading branch information
tkeffer committed May 6, 2024
1 parent f7c703e commit 0bca7e4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/weewxd.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ def main():
loop_on_init = to_bool(config_dict.get('loop_on_init', False))
else:
loop_on_init = True
log.debug("loop_on_init: %s", loop_on_init)

# Save the current working directory. A service might
# change it. In case of a restart, we need to change it back.
Expand Down

0 comments on commit 0bca7e4

Please sign in to comment.