-
-
Notifications
You must be signed in to change notification settings - Fork 598
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
remove all the print() statements and use some form of logging instead #196
base: master
Are you sure you want to change the base?
Conversation
the following can be written a function? |
have you revised all print() to logging? |
I have checked all run files at present, and I will continue to check other files in the package later. |
Thanks for your advice. I'm doing this, I have a question, which folder would be more appropriate for the "log" function to be placed? meta? Or create a new folder, like utils? |
i prefer creating a log folder. |
Good step to replace all the print functions by logging-statements! May I suggest 2 changes to the logging stuff?
|
@hoeckxer good suggestions. thanks. glad to work with you. @chennnuo pls revise it as the above suggestions. thanks. |
Hey guys how about using a log Decorator? |
Thank you very much for everyone's suggestions, I will take your suggestions seriously to revise and improve! |
Oh sorry, I'll reopen it right away, revise PR locally and push it again as soon as I'm done modifying and testing. |
@XiaoYangLiu-FinRL Sorry, I haven't finished fixing it yet, I'll fix it soon and let you know. |
@chennnuo No problem. Remember to use the most updated branch, to avoid conflict. Thanks. |
@XiaoYangLiu-FinRL Ok thanks for the heads up, I'll keep an eye on that. |
The following functions have been modified: