A convenient tracing config and init lib, with symlinking and local timezone.
Use these formats default, and can be configured:
Code example and default values:
```rust let guard = cliatracingconfig::build() .filterlevel("info") .withansi(true) .tostdout(false) .directory("./logs") .file_name("my-service.log") .rolling("daily") .init();
tracing::info!("logged by tracing"); log::info!("logged by tracing"); ```
rolling
supports: