Skip to content

Commit

Permalink
info -> warning log (#33)
Browse files Browse the repository at this point in the history
For getting notifications in the alerts-ebbo slack channel, I've changed
the current release logger to "warning", which was otherwise set to
"info".
  • Loading branch information
shubhagarwal03 authored Apr 28, 2023
1 parent 167126b commit e892bde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/off_chain/cow_endpoint_surplus.py
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ def logging_function(
Logs to terminal (and file iff file_name is passed).
"""

self.logger.info(
self.logger.warning(
"Transaction Hash: %s\nFor order: %s\nWinning Solver: %s\n"
"More surplus Corresponding Solver: %s\nDeviation: %s\n"
"absolute difference: %s\n",
Expand Down

0 comments on commit e892bde

Please sign in to comment.