Skip to content

Commit

Permalink
Change message colorlog->rich
Browse files Browse the repository at this point in the history
  • Loading branch information
ashwinvis committed Nov 10, 2022
1 parent cc8060d commit 8882a23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pymech/log.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
formatter = logging.Formatter("%(levelname)s: %(message)s")
handler.setFormatter(formatter)
logger.addHandler(handler)
logger.info("Disabling color, you really want to install colorlog.")
logger.info("Disabling coloured logs; if needed you should `pip install rich`.")


if bool(os.getenv("PYMECH_DEBUG")):
Expand Down

0 comments on commit 8882a23

Please sign in to comment.