pub fn init_logging(config: LoggingConfig) -> Result<()>Expand description
Initialize the logging system
Note: For production use on Linux/Unix, consider using logrotate for log rotation.
See docs/deployment/logrotate.conf for configuration example.
The built-in daily rotation is provided as a fallback for Windows or simple deployments.