Skip to content

Commit

Permalink
syncer: more better logging
Browse files Browse the repository at this point in the history
  • Loading branch information
Kunsi committed Dec 26, 2023
1 parent c43f194 commit 071ca81
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions syncer.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
from helper import get_all_live_assets
from ib_hosted import ib

log = getLogger("sync")
log = getLogger("Syncer")

log.info("Starting sync")

Expand Down Expand Up @@ -135,6 +135,6 @@ def asset_to_tiles(asset):
mode="update",
)
else:
log.info("Config has not changed, skipping update")
slog.info("Config has not changed, skipping update")

log.info("updated everything")

0 comments on commit 071ca81

Please sign in to comment.