diff options
author | Wolfy-J <[email protected]> | 2018-07-26 11:12:48 +0300 |
---|---|---|
committer | GitHub <[email protected]> | 2018-07-26 11:12:48 +0300 |
commit | 3a11326b8fdd5135966120d30e8db9c0dfd5d3d4 (patch) | |
tree | 0d3f78c64a0208126782e18a2c1ba5e48c7e2639 /cmd | |
parent | 2bfda85901c67aacaf9f1f2cf648d375cf2be240 (diff) |
Update root.go
Diffstat (limited to 'cmd')
-rw-r--r-- | cmd/rr/cmd/root.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cmd/rr/cmd/root.go b/cmd/rr/cmd/root.go index e6c065c7..79f43398 100644 --- a/cmd/rr/cmd/root.go +++ b/cmd/rr/cmd/root.go @@ -92,7 +92,6 @@ func init() { cobra.OnInitialize(func() { if verbose { Logger.SetLevel(logrus.DebugLevel) - Logger.Formatter = &logrus.TextFormatter{ForceColors: true} } if debugMode { |