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

@ -71,5 +71,5 @@ func customLevelDetector(msg string) int64 {
}
// Use default detection
return compat.detectLogLevel(msg)
return compat.DetectLogLevel(msg)
}

View File

@ -10,7 +10,7 @@ import (
)
const (
logDirectory = "./temp_logs"
logDirectory = "./logs"
logInterval = 200 * time.Millisecond // Shorter interval for quicker tests
)