diff --git a/bin/compose b/bin/compose index 84486f6..48d9c51 100755 --- a/bin/compose +++ b/bin/compose @@ -1644,7 +1644,7 @@ get_default_target_services() { local services=("$@") if [ -z "${services[*]}" ]; then if [ "$DEFAULT_SERVICES" ]; then - info "No service provided, using $WHITE\$DEFAULT_SERVICES$NORMAL variable." \ + debug "No service provided, using $WHITE\$DEFAULT_SERVICES$NORMAL variable." \ "Target services: $DARKYELLOW$DEFAULT_SERVICES$NORMAL" services="$DEFAULT_SERVICES" else