We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9a43c54 + 6697dfb commit c138482Copy full SHA for c138482
log/slog/slog.go
@@ -30,7 +30,7 @@ var (
30
31
func init() {
32
logLevel = env.String("LOG_LEVEL", "info")
33
- logSensitive = env.Bool("LOG_SENSITIVE", true)
+ logSensitive = false
34
callerDepth = env.Int("LOG_CALLER_DEPTH", 4)
35
defaultLoggerWrapper = newloggerWrapper(logLevel, logSensitive)
36
}
0 commit comments