A personal tracing config initialize lib, with symlinking and local offset timezone.
Use these formats:
Code example and default values:
```rust let guard = cliatracingconfig::build() .withlevel("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: