Skip to content

Commit

Permalink
Change log from jobqueue to match scheduler
Browse files Browse the repository at this point in the history
  • Loading branch information
berland committed Feb 22, 2024
1 parent efc7f55 commit ff0d6c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ert/job_queue/job_queue_node.py
Original file line number Diff line number Diff line change
Expand Up @@ -233,8 +233,8 @@ def _log_kill_timeout_status(self) -> None:
# check before we log.
if self._tried_killing == 1:
logger.error(
f"MAX_RUNTIME reached in run path {self.run_path}. Runtime: "
f"{self.runtime} (max runtime: {self._max_runtime})"
f"Realization {self.run_arg.iens} stopped due to "
f"MAX_RUNTIME={self._max_runtime} seconds. "
)
elif self._tried_killing % 100 == 0:
logger.warning(
Expand Down

0 comments on commit ff0d6c9

Please sign in to comment.