Skip to content

Commit

Permalink
Improve rich console logger.
Browse files Browse the repository at this point in the history
  • Loading branch information
antarcticrainforest committed Jun 10, 2024
1 parent b2fd2b7 commit 1764bc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/evaluation_system/misc/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
logger_stream_handle = RichHandler(
rich_tracebacks=True,
show_path=True,
console=Console(soft_wrap=True, stderr=True),
console=Console(soft_wrap=False, stderr=True, force_jupyter=False),
)
logger_stream_handle.setLevel(logging.INFO)
logging.basicConfig(
Expand Down

0 comments on commit 1764bc8

Please sign in to comment.