✨ Enhance logging configuration by introducing file output options and rotation settings in config.dev.toml. Update logger implementation to support multiple output streams, including file logging with rotation using lumberjack. Improve error handling and logging across various components, ensuring consistent logging practices. Update .gitignore to include log files and compressed logs. Add new Go module dependency for lumberjack.
This commit is contained in:
@@ -42,6 +42,8 @@ go.sum
|
||||
|
||||
# Logs
|
||||
*.log
|
||||
logs/
|
||||
*.log.gz
|
||||
|
||||
# Dependency directories (remove the comment below if you want to ignore them)
|
||||
#vendor/
|
||||
|
||||
Reference in New Issue
Block a user