chore: unify with other plugins

This commit is contained in:
Jose Diaz-Gonzalez
2019-03-19 14:59:49 -04:00
parent 6d35a92383
commit 0948e2813a
11 changed files with 49 additions and 24 deletions

View File

@@ -474,7 +474,7 @@ service_logs() {
is_container_status "$ID" "Running" || dokku_log_warn "Service logs may not be output as service is not running"
# shellcheck disable=SC2086
docker logs $DOKKU_LOGS_ARGS "$ID" 2> /dev/null
docker logs $DOKKU_LOGS_ARGS "$ID" 2>&1
}
service_parse_args() {