Skip to content

Commit

Permalink
don't display source line in logs
Browse files Browse the repository at this point in the history
  • Loading branch information
karmacoma-eth committed Dec 12, 2024
1 parent ce0d3c5 commit 124d348
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/halmos/logs.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

logging.basicConfig(
format="%(message)s",
handlers=[RichHandler(level=logging.NOTSET, show_time=False)],
handlers=[RichHandler(level=logging.NOTSET, show_time=False, show_path=False)],
)

logger = logging.getLogger("halmos")
Expand Down

0 comments on commit 124d348

Please sign in to comment.