Dixon/src/rustylee
Russell Gilbert c05b771e76 Integrates structured logging with tracing
Replaces existing `println!` statements with `tracing::info!` macros for improved observability and debuggability.

Configures `tracing-subscriber` to enable structured logging, allowing for flexible filtering via `RUST_LOG` and compact, human-readable output by default.
2026-02-26 13:07:19 +00:00
..
.cargo Sets up initial Rust project with ARM64 deployment 2026-02-25 07:20:14 +00:00
src Integrates structured logging with tracing 2026-02-26 13:07:19 +00:00
.gitignore Sets up initial Rust project with ARM64 deployment 2026-02-25 07:20:14 +00:00
Cargo.lock Integrates structured logging with tracing 2026-02-26 13:07:19 +00:00
Cargo.toml Integrates structured logging with tracing 2026-02-26 13:07:19 +00:00