Skip to content

Commit

Permalink
Use native logging instead of print the error message again
Browse files Browse the repository at this point in the history
  • Loading branch information
puppetninja committed Feb 20, 2023
1 parent 8e8258a commit 76c7bec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/sidecar.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ def sync_checker():
% (age_in_secs, AGE_LIMIT_IN_SECS),
500,
)
print(err)
application.logger.error(err)
return err
return "Chain is bootstrapped"

Expand Down

0 comments on commit 76c7bec

Please sign in to comment.