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
We now have a global logger from MLC being used in Script automation. We need to modify the individual scripts also to use this logger instead of print statements.
The text was updated successfully, but these errors were encountered:
@arjunsuresh, do we need to similarly modify all the scripts present inside the script folder individually to replace the print statements with the usage of logger?
@sujik18 That's correct but a small change is needed. If we initialise logging in each file, they'll log independently which is not desirable. We do have an option to get the global logger in customize.py by doing the following
We now have a global logger from MLC being used in Script automation. We need to modify the individual scripts also to use this logger instead of print statements.
The text was updated successfully, but these errors were encountered: