Skip to content

Commit

Permalink
make every log an error for testing slack (#34)
Browse files Browse the repository at this point in the history
Follow-up PR to #33, which escalates the main logs to an error level,
for the purpose of testing the relevant slack channel.
  • Loading branch information
harisang authored Apr 29, 2023
1 parent e892bde commit 66f3d6f
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.warning(
self.logger.error(
"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 66f3d6f

Please sign in to comment.