Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Testbed: Use log instead of raw println #128

Closed
Vrixyz opened this issue Aug 10, 2018 · 0 comments
Closed

Testbed: Use log instead of raw println #128

Vrixyz opened this issue Aug 10, 2018 · 0 comments

Comments

@Vrixyz
Copy link
Contributor

Vrixyz commented Aug 10, 2018

Hello,

I am using testbed to live test a 2d game server, It's a handy tool !

That said, my server has an interactive shell, I'm using the log facade logic (with info!(), debug!()...) to display only information related to input and output for the user, and I have a "logmode" reaching out to files where logs are organized.

I'd like to organize testbed logs in a dedicated folder, and that would be easy if testbed used the log facade.

For information, the log implementation I use is log4rs, and I use rustyline for interation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant