Skip to content

Commit

Permalink
Merge pull request #7 from HuaZhuangNan/patch-1
Browse files Browse the repository at this point in the history
Update log.go
  • Loading branch information
lesismal committed Jul 17, 2021
2 parents 778ed5c + f44be61 commit 9957b7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion log/log.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ var (
TimeFormat = "2006/01/02 15:04:05.000"

// Output is used to receive log output.
Output = os.Stdout
Output io.Writer = os.Stdout

// DefaultLogger is the default logger and is used by arpc
DefaultLogger Logger = &logger{level: LevelInfo}
Expand Down

0 comments on commit 9957b7f

Please sign in to comment.