Skip to content

Commit

Permalink
Only log searcher as info level, log searcher_alg to debug
Browse files Browse the repository at this point in the history
  • Loading branch information
DaStoll committed Jul 3, 2024
1 parent c1cecbf commit 33f40c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion neps/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -386,7 +386,7 @@ def _run_args(
searcher_config = config

logger.info(f"Running {searcher} as the searcher")
logger.info(f"Strategy: {searcher_alg}")
logger.debug(f"Strategy: {searcher_alg}")

# Used to create the yaml holding information about the searcher.
# Also important for testing and debugging the api.
Expand Down

0 comments on commit 33f40c6

Please sign in to comment.