mirror of
https://github.com/dokku/dokku.git
synced 2025-12-29 00:25:08 +01:00
feat: redirect warnings to stderr
Having warnings on stdout doesn’t convey to a user that it is a warning.
This commit is contained in:
@@ -102,7 +102,7 @@ dokku_log_verbose() {
|
||||
|
||||
dokku_log_warn() {
|
||||
declare desc="log warning formatter"
|
||||
echo " ! $*"
|
||||
echo " ! $*" 1>&2
|
||||
}
|
||||
|
||||
dokku_log_fail() {
|
||||
|
||||
Reference in New Issue
Block a user