diff options
author | Wolfy-J <[email protected]> | 2019-02-14 14:58:04 +0300 |
---|---|---|
committer | Wolfy-J <[email protected]> | 2019-02-14 14:58:04 +0300 |
commit | a9e8ff6ac4f1a20c2024312cab65dd2c12c721e8 (patch) | |
tree | 3d8641f60a51346dbd044ced080a51e60f61434a /cmd/rr/main.go | |
parent | dd4bc086e18cda344b75c29175885db90c8e7196 (diff) |
version bump
Diffstat (limited to 'cmd/rr/main.go')
-rw-r--r-- | cmd/rr/main.go | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/cmd/rr/main.go b/cmd/rr/main.go index 4d2a06b4..54915957 100644 --- a/cmd/rr/main.go +++ b/cmd/rr/main.go @@ -23,7 +23,6 @@ package main import ( - "github.com/sirupsen/logrus" rr "github.com/spiral/roadrunner/cmd/rr/cmd" // services (plugins) @@ -42,8 +41,6 @@ func main() { rr.Container.Register(http.ID, &http.Service{}) rr.Container.Register(static.ID, &static.Service{}) - rr.Logger.Formatter = &logrus.TextFormatter{ForceColors: true} - // you can register additional commands using cmd.CLI rr.Execute() } |