You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: