e1.6.1 Configurable internal errors, minor documentation and code fixes.

This commit is contained in:
2025-07-10 18:00:42 -04:00
parent 52d6a3c86d
commit 115888979e
11 changed files with 102 additions and 38 deletions

View File

@ -177,7 +177,7 @@ adapter := compat.NewFastHTTPAdapter(logger,
if strings.Contains(msg, "performance") {
return log.LevelWarn
}
// Return 0 to use default detection
// Return 0 to use the adapter's default log level (log.LevelInfo by default)
return 0
}),
)