Skip to content

v0.1.3

Compare
Choose a tag to compare
@github-actions github-actions released this 28 Jan 14:20
· 12 commits to main since this release

πŸ› οΈ Code Improvements & Bug Fixes

  • Audit Log Rotation πŸ”„
    • Updated the audit log configuration (log4rs.yml) to support rotating logs based on size (50MB limit) and date.
    • Added a fixed-window roller to maintain up to 5 archived log files.
    • Ensured logs are stored persistently with configurable retention periods.
  • Error Handling in Audit Logs 🚨
    • Added error logging for responses with HTTP status codes >= 400 in gateway.rs.
    • Improved request logging by removing newline characters for cleaner audit logs.
  • Configuration File Handling βš™οΈ
    • Fixed an issue in main.rs where the program would not exit properly when no configuration file was provided.
    • Removed redundant env_logger::init() call and added a proper error message.