Skip to content

Commit

Permalink
Now without fancy logging formatting.
Browse files Browse the repository at this point in the history
  • Loading branch information
c0desurfer committed Apr 6, 2018
1 parent 2371974 commit 712c054
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ func init() {

func initLogging() {
var format = logging.MustStringFormatter(
`%{color}%{time:15:04:05.000} %{shortfunc} - %{level:.4s} %{id:03x}%{color:reset} %{message}`,
`%{message}`,
)
stdOutBackend := logging.NewLogBackend(os.Stdout, "", 0)
logging.SetBackend(logging.NewBackendFormatter(stdOutBackend, format))
Expand Down

0 comments on commit 712c054

Please sign in to comment.