default to info also when reading the rest request

This commit is contained in:
NichtJens
2026-08-24 17:48:18 +02:00
parent 2d249d5547
commit 71dbb0be2b
+1 -1
View File
@@ -278,7 +278,7 @@ class BrokerManager:
run_info_directory = full_path
run_file_json = f"{run_info_directory}/{pedestal_name}.json"
run_log_level = request.get("run_log_level", None)
run_log_level = request.get("run_log_level", "INFO")
json_save(request, run_file_json)