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