Files
mini-redis/README.md
2020-03-03 17:14:18 -06:00

465 B

Logging

mini-redis uses tracing to provide structured logs. Debug logs can be displayed by running:

RUST_LOG=debug cargo run --bin server

Logs will appear when commands are sent to the server from a client.

More documentation on enabling different log levels and filtering logs can be found here.