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
I have searched for issues similar to this one.
Add more logs, which will help users understand the current process and locate problems (if any).
Use from sdgx.utils import logger to initialize a logger, and then use logger.info or other levels to output logs.
from sdgx.utils import logger
logger.info
The text was updated successfully, but these errors were encountered:
MooooCat
No branches or pull requests
🚅Search before asking
I have searched for issues similar to this one.
🚅Description
Add more logs, which will help users understand the current process and locate problems (if any).
🏕Solution(optional)
Use
from sdgx.utils import logger
to initialize a logger, and then uselogger.info
or other levels to output logs.The text was updated successfully, but these errors were encountered: