Skip to content

Commit

Permalink
Update example data
Browse files Browse the repository at this point in the history
  • Loading branch information
tparker00 committed Aug 31, 2024
1 parent 9ed0fc2 commit 569878b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions internal/pkg/api/api.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,13 @@ func New(config *config.Config) http.Handler {
}

// Logger
logger := httplog.NewLogger("httplog-example", httplog.Options{
logger := httplog.NewLogger("bws-cache", httplog.Options{
// JSON: true,
LogLevel: slog.LevelInfo,
Concise: true,
RequestHeaders: true,
MessageFieldName: "message",
// TimeFieldFormat: time.RFC850,
TimeFieldFormat: time.RFC850,
Tags: map[string]string{
"version": "v0.1.8",
"env": "prod",
Expand Down

0 comments on commit 569878b

Please sign in to comment.