Skip to content

Commit

Permalink
Add space below StdlibRegexpFull
Browse files Browse the repository at this point in the history
Signed-off-by: Jan-Otto Kröpke <mail@jkroepke.de>
  • Loading branch information
jkroepke committed Jun 6, 2023
1 parent c13e849 commit 82689a2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions stdlib.go
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,7 @@ const (
var (
// StdlibRegexpFull captures date, time, caller (file), and message from stdlib log messages.
StdlibRegexpFull = regexp.MustCompile(stdlibRegexpPatternDate + stdlibRegexpPatternTime + stdlibRegexpPatternFile + stdlibRegexpPatternMsg)

// StdlibRegexpDefault captures date, time and message from stdlib log messages.
StdlibRegexpDefault = regexp.MustCompile(stdlibRegexpPatternDate + stdlibRegexpPatternTime + stdlibRegexpPatternMsg)
)
Expand Down

0 comments on commit 82689a2

Please sign in to comment.