clia-tracing-config

A convenient tracing config and init lib, with symlinking and local timezone.

image

Use these formats default, and can be configured:

Usage

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: