diff --git a/src/ert/config/queue_config.py b/src/ert/config/queue_config.py index 6f26be0decb..1b06581d362 100644 --- a/src/ert/config/queue_config.py +++ b/src/ert/config/queue_config.py @@ -151,6 +151,7 @@ def generate_dict(option_list: List[Tuple[str, str]]) -> Dict[str, List[str]]: "QUEUE", "CLUSTER_LABEL", "JOB_PREFIX", + "DEBUG_OUTPUT", ], "LOCAL": [], } @@ -186,7 +187,7 @@ def generate_dict(option_list: List[Tuple[str, str]]) -> Dict[str, List[str]]: } queue_bool_options: Mapping[str, List[str]] = { - "LSF": [], + "LSF": ["DEBUG_OUTPUT"], "SLURM": [], "TORQUE": ["KEEP_QSUB_OUTPUT"], "LOCAL": [],