Skip to content

Commit

Permalink
make every log an error for testing slack
Browse files Browse the repository at this point in the history
  • Loading branch information
harisang committed Apr 28, 2023
1 parent e892bde commit ec6bc86
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 ec6bc86

Please sign in to comment.