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 can create a logger utility function, that can have the following basic features to begin with:
Initialize an logger object with title and description.
add a log message with information such as tag (INFO, ERROR, NOTE), and message detail (The specific message)
save the log to a specific path
We can either implement something new, or write a wrapper over logging library in Python
The text was updated successfully, but these errors were encountered:
Okay, I'll need more details about what this is for! It sounds like it's something that will be useful, though.
This can be used for any kind of logging, for example, i was looking at transformation script, it mentioned logging could be useful, so I think having this could be useful for everyone.
We can create a logger utility function, that can have the following basic features to begin with:
Initialize an logger object with title and description.
add a log message with information such as tag (INFO, ERROR, NOTE), and message detail (The specific message)
save the log to a specific path
We can either implement something new, or write a wrapper over logging library in Python
The text was updated successfully, but these errors were encountered: