diff options
author | Wolfy-J <[email protected]> | 2018-09-07 23:38:46 +0300 |
---|---|---|
committer | Wolfy-J <[email protected]> | 2018-09-07 23:38:46 +0300 |
commit | de629f78c9dddf23d5d79ae49dc5ab8545d0829e (patch) | |
tree | cb788775ab922331f53ffcc8bb867d8406d7e492 /cmd | |
parent | 4dea95a525707af1a726e9af024e4abdbde28820 (diff) |
improved debug configuration, added env setters
Diffstat (limited to 'cmd')
-rw-r--r-- | cmd/rr/main.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/rr/main.go b/cmd/rr/main.go index c4eac19b..ca3ca9ac 100644 --- a/cmd/rr/main.go +++ b/cmd/rr/main.go @@ -24,6 +24,7 @@ package main import ( rr "github.com/spiral/roadrunner/cmd/rr/cmd" + "github.com/sirupsen/logrus" // services (plugins) "github.com/spiral/roadrunner/service/env" @@ -33,7 +34,6 @@ import ( // additional command handlers _ "github.com/spiral/roadrunner/cmd/rr/http" - "github.com/sirupsen/logrus" ) func main() { |