Skip to content

Commit

Permalink
Removed padding for level in log statements
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew Borders committed Nov 7, 2018
1 parent ac89f64 commit 05b75e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion logger.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ func (l *Logger) now() string {
}

func (l *Logger) log(level string, format string, a ...interface{}) {
printf("%s %14s %s %s\n",
printf("%s %s %s %s\n",
color.MagentaString(l.now()),
level,
color.MagentaString("=>"),
Expand Down

0 comments on commit 05b75e7

Please sign in to comment.