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
MongoDB Atlas runs apps anywhere
MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
Rate This Project
Login To Rate This Project
User Reviews
Be the first to post a review of log4rs!