Skip to content

Commit

Permalink
🩹 fix: add default Logger field to default config
Browse files Browse the repository at this point in the history
  • Loading branch information
haochunchang committed Oct 10, 2024
1 parent 8929780 commit 598b9d8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions middleware/logger/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ var ConfigDefault = Config{
Output: os.Stdout,
BeforeHandlerFunc: beforeHandlerFunc,
LoggerFunc: defaultLoggerInstance,
Logger: nil,
enableColors: true,
}

Expand Down

0 comments on commit 598b9d8

Please sign in to comment.