Fix log viewer to properly capture logs (v0.38.0)
Some checks failed
Go / build-and-release (push) Has been cancelled
Some checks failed
Go / build-and-release (push) Has been cancelled
- Reinitialize lol loggers after wrapping Writer with BufferedWriter - The lol.Main logger was initialized in init() with os.Stderr directly, bypassing the Writer variable, so we now recreate it with the wrapped Writer - Log level changes now properly affect both the buffer and syslog output Files modified: - app/config/config.go: Reinitialize loggers after BufferedWriter setup - pkg/logbuffer/writer.go: Remove unused stub function 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -1 +1 @@
|
||||
v0.37.3
|
||||
v0.38.0
|
||||
|
||||
Reference in New Issue
Block a user