File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
services/director-v2/src/simcore_service_director_v2/modules/dynamic_sidecar Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 11"""
22States from Docker Tasks and docker Containers are mapped to ServiceState.
33"""
4+
45import logging
56
67from models_library .generated_models .docker_rest_api import ContainerState
@@ -89,7 +90,7 @@ def extract_containers_minimum_statuses(
8990 the lowest (considered worst) state will be forwarded to the frontend.
9091 `ServiceState` defines the order of the states.
9192 """
92- logger .info ("containers_inspect=%s" , containers_inspect )
93+ logger .debug ("containers_inspect=%s" , containers_inspect )
9394 remapped_service_statuses = {
9495 index : _extract_container_status (value .container_state )
9596 for index , value in enumerate (containers_inspect )
You can’t perform that action at this time.
0 commit comments