pigeon-sable / tnap

A screen saver for the terminal 🌃
Apache License 2.0
5 stars 1 forks source link

✨ feat: logging is performed #38

Closed Kobayashi123 closed 9 months ago

Kobayashi123 commented 9 months ago

Closes #16

Use env_logger for logging. Debugging output by executing "$ RUST_LOG=info cargo run -- -t girl -a". However, in order to avoid being covered by ascii art, it is better to do "$RUST_LOG=info cargo run -- -t girl -a 2>info.log".