log4rs is a highly configurable logging framework modeled after Java's Logback and log4j libraries. If you are using the file rotation in your configuration there is a known substantial performance issue so listen up! By default the gzip feature is enabled and when rolling files it will zip log archives automatically. This is a problem when the log archives are large as the zip happens in the main thread and will halt the process while the zip is completed. Be advised that the gzip feature will be removed from default features as of 1.0.
Features
- Use the background_rotation feature which spawns an os thread to do the compression
- Disable the gzip feature with --no-default-features
- Requires Rust 1.46
- Highly configurable logging framework
- Modeled after Java's Logback and log4j libraries
- By default the gzip feature is enabled and when rolling files it will zip log archives automatically
License
Apache License V2.0Follow log4rs
Other Useful Business Software
Our Free Plans just got better! | Auth0
You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
Rate This Project
Login To Rate This Project
User Reviews
Be the first to post a review of log4rs!