mirror of
https://github.com/paulscherrerinstitute/sf_daq_broker.git
synced 2026-09-04 23:50:55 +02:00
default to info also when reading the rest request
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user