We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
There is current a few places where there are still print statements. Can we switch to logger instead?
print
logger
mc2/python-package/tests/azure/delete_azure_resources.py
Line 6 in bfbec91
The text was updated successfully, but these errors were encountered:
@chester-leung are these print statements save to remove and use logger instead?
Sorry, something went wrong.
Yes, we can replace these print statements with log messages. Currently I don't believe there's a logger configured for the tests as a whole though.
Revert "Replace print statement with logger"
60c2ea4
This reverts commit 853d481. It's best to leave print statements in the setup script. See also: mc2-project#179
No branches or pull requests
There is current a few places where there are still
print
statements. Can we switch tologger
instead?mc2/python-package/tests/azure/delete_azure_resources.py
Line 6 in bfbec91
The text was updated successfully, but these errors were encountered: