Skip to content

Commit

Permalink
Disable Debug level logging
Browse files Browse the repository at this point in the history
  • Loading branch information
stephen-soltesz committed Aug 24, 2022
1 parent a5e9530 commit 6e8036c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion logging/logging.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import (
// when dockerising an Apache or Nginx instance.
var Logger = log.Logger{
Handler: json.New(os.Stderr),
Level: log.DebugLevel,
Level: log.InfoLevel,
}

// MakeAccessLogHandler wraps |handler| with another handler that logs
Expand Down

0 comments on commit 6e8036c

Please sign in to comment.