# tracing-example **Repository Path**: jinq0123/tracing-example ## Basic Information - **Project Name**: tracing-example - **Description**: Example of using tracing with file output and reloadable log filter. - **Primary Language**: Rust - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 0 - **Created**: 2022-01-02 - **Last Updated**: 2023-07-12 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # tracing-example Example of using tracing with file output and reloadable log filter. Tracing is Rust log crate: https://github.com/tokio-rs/tracing This example code outputs log to stdout and a log file, using a log filter config file, which can be automatically reloaded on change. See [config/README.md](config/README.md) for how to config.