chore: unify with other plugins

This commit is contained in:
Jose Diaz-Gonzalez
2019-03-19 14:58:28 -04:00
parent 57ea7c1a14
commit e666251bde
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() {