valence/tools/playground
Gingeh e5de2d3f20
Add cli arg for log level to playground (#343)
## Description
Fixes #305 

`cargo run -- -l trace`

Uses `Level`'s `FromStr` impl, which accepts numbers 1-5 or
case-insensitive level names. Default level is `Level::DEBUG`
2023-05-28 08:57:07 -04:00
..
src Add cli arg for log level to playground (#343) 2023-05-28 08:57:07 -04:00
build.rs Reorganize Project (#321) 2023-04-21 14:43:59 -07:00
Cargo.toml Add cli arg for log level to playground (#343) 2023-05-28 08:57:07 -04:00
README.md Reorganize Project (#321) 2023-04-21 14:43:59 -07:00

playground

An environment for testing code or reproducing bugs. Checkout out CONTRIBUTING.md for more information.