From 7a4387300a1ecdf4aedf340bb49dead5c2f14c32 Mon Sep 17 00:00:00 2001 From: FiveMovesAhead Date: Tue, 3 Feb 2026 12:06:00 +0000 Subject: [PATCH] Fix logging bug. --- tig-benchmarker/master/master/precommit_manager.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tig-benchmarker/master/master/precommit_manager.py b/tig-benchmarker/master/master/precommit_manager.py index ffeaac3e..632a6090 100644 --- a/tig-benchmarker/master/master/precommit_manager.py +++ b/tig-benchmarker/master/master/precommit_manager.py @@ -77,5 +77,5 @@ class PrecommitManager: ), track_settings=selection["track_settings"], ) - logger.info(f"Created precommit (algorithm_id: {a_id}, track: {req.settings.track_id}, num_bundles: {req.num_bundles}, hyperparameters: {req.hyperparameters}, runtime_config: {req.runtime_config})") + logger.info(f"Created precommit with algorithm: {a_id}") return req \ No newline at end of file