diff options
author | Wolfy-J <[email protected]> | 2019-05-05 12:42:45 +0300 |
---|---|---|
committer | Wolfy-J <[email protected]> | 2019-05-05 12:42:45 +0300 |
commit | e1127fb789277612f65d78ea2f06ecf9169f7b20 (patch) | |
tree | 5b0cbb39ec8152447d511cb6efd6e59324c39dea /cmd/rr | |
parent | 8be4061d13a28d92bce4b2364049b8579b776d5d (diff) |
cs
Diffstat (limited to 'cmd/rr')
-rw-r--r-- | cmd/rr/cmd/root.go | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cmd/rr/cmd/root.go b/cmd/rr/cmd/root.go index 411391da..8d75f9cd 100644 --- a/cmd/rr/cmd/root.go +++ b/cmd/rr/cmd/root.go @@ -52,7 +52,7 @@ var ( SilenceErrors: true, SilenceUsage: true, Short: util.Sprintf( - "<green>RoadRunner, PHP Application Server:</reset>\nVersion: <yellow+hb>%s</reset>, %s", + "<green>RoadRunner</reset>, PHP Application Server\nVersion: <yellow+hb>%s</reset>, %s", Version, BuildTime, ), @@ -121,6 +121,7 @@ func init() { } func configureLogger(format string) { + util.Colorize = false switch format { case "color", "default": util.Colorize = true |