Skip to content

Commit

Permalink
diagnostic output to stderr
Browse files Browse the repository at this point in the history
  • Loading branch information
mikel.brostrom committed Jun 2, 2023
1 parent 754fa05 commit aa9156e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion boxmot/utils/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@
# global logger
from loguru import logger
logger.remove()
logger.add(sys.stdout, colorize=True)
logger.add(sys.stderr, colorize=True)

0 comments on commit aa9156e

Please sign in to comment.