zx8
Results
22
issues of
zx8
## Summary Wrapped loggers created with `.With()` don't inherit log level changes made after their creation. This causes debug messages from wrapped loggers to be silently dropped even when the...
## Summary Setting `ExcludeListExtensions` completely disables `CustomIgnore` functionality, making custom ignore files ineffective. ## Reproduction Steps 1. Create test files: ```bash mkdir test && cd test echo "content" >file1.txt echo...
bug