Skip to content

Commit 2beb0ee

Browse files
committed
improve error
1 parent 35ef335 commit 2beb0ee

File tree

1 file changed

+2
-2
lines changed
  • services/autoscaling/src/simcore_service_autoscaling/modules

1 file changed

+2
-2
lines changed

services/autoscaling/src/simcore_service_autoscaling/modules/dask.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,8 +104,8 @@ def _find_by_worker_host(
104104
_, details = dask_worker
105105
if match := re.match(DASK_NAME_PATTERN, details["name"]):
106106
return bool(match.group("private_ip") == node_hostname)
107-
_logger.warning(
108-
"Unexpected worker name format: %s. TIP: this should be investigated",
107+
_logger.error(
108+
"Unexpected worker name format: %s. TIP: this should be investigated as this is unexpected",
109109
details["name"],
110110
)
111111
return False

0 commit comments

Comments
 (0)