Skip to content

Commit

Permalink
Update test case
Browse files Browse the repository at this point in the history
  • Loading branch information
orangain committed Mar 9, 2024
1 parent a5af2eb commit 24f0d8a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ private val params = listOf(
Level.ERROR,
"There was an error in the application.",
),
// https://pkg.go.dev/golang.org/x/exp/slog
// https://pkg.go.dev/log/slog
ExtractParam(
"Go slog",
"log/slog in Go",
"""{"time":"2022-11-08T15:28:26.000000000-05:00","level":"INFO","msg":"hello","count":3}""",
Timestamp.Parsed(Instant.parse("2022-11-08T20:28:26Z")),
Level.INFO,
Expand Down

0 comments on commit 24f0d8a

Please sign in to comment.