summaryrefslogtreecommitdiff
path: root/cmd/rr
diff options
context:
space:
mode:
authorWolfy-J <[email protected]>2019-05-05 12:42:45 +0300
committerWolfy-J <[email protected]>2019-05-05 12:42:45 +0300
commite1127fb789277612f65d78ea2f06ecf9169f7b20 (patch)
tree5b0cbb39ec8152447d511cb6efd6e59324c39dea /cmd/rr
parent8be4061d13a28d92bce4b2364049b8579b776d5d (diff)
cs
Diffstat (limited to 'cmd/rr')
-rw-r--r--cmd/rr/cmd/root.go3
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