Skip to content

Commit

Permalink
for jax, show only WARNING and more severe logs
Browse files Browse the repository at this point in the history
  • Loading branch information
joksas committed Aug 9, 2023
1 parent 658618c commit c784257
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions badcrossbar/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,6 @@
format="%(asctime)s (%(levelname)s): %(message)s",
datefmt="%Y-%m-%d %H:%M:%S",
)

logging.getLogger("jax").setLevel(logging.WARNING)

0 comments on commit c784257

Please sign in to comment.