valence/tools/playground/src
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
..
.gitignore Reorganize Project (#321) 2023-04-21 14:43:59 -07:00
extras.rs Reorganize Project (#321) 2023-04-21 14:43:59 -07:00
main.rs Add cli arg for log level to playground (#343) 2023-05-28 08:57:07 -04:00
playground.template.rs Reorganize Project (#321) 2023-04-21 14:43:59 -07:00