Closed Kobayashi123 closed 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".
env_logger
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".