Skip to content

Commit

Permalink
suppress numexpr threads messages when importing runhouse (#435)
Browse files Browse the repository at this point in the history
  • Loading branch information
jlewitt1 authored Feb 7, 2024
1 parent d454d97 commit 6f7fda5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions runhouse/rns/top_level_rns_fns.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@

# Configure the logger once
logging.config.dictConfig(LOGGING_CONFIG)
logging.getLogger("numexpr").setLevel(logging.WARNING)


disable_data_collection = configs.get("disable_data_collection", False)
Expand Down

0 comments on commit 6f7fda5

Please sign in to comment.