Skip to content

Commit

Permalink
logging change
Browse files Browse the repository at this point in the history
  • Loading branch information
kousthubraja committed Dec 16, 2022
1 parent fa858bf commit 4e0d84f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/codes/updater.py
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,7 @@ def global_internal_clock():
logger.info('No blocks with me. Syncing with the network.')
sync_chain_from_peers()
except Exception as e:
logger.info(f'Error in global clock {e}')
logger.exception('Error in global clock')

timer = threading.Timer(GLOBAL_INTERNAL_CLOCK_SECONDS, global_internal_clock)
timer.start()
Expand Down

0 comments on commit 4e0d84f

Please sign in to comment.