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
I suggest this as the higher priority feature to improve. If you have some specific ideas to refactor the whole logging system we can discuss asap. We can take some ideas from: Python best practice in terms of logging
In the Data Lake TUI I also follow what they suggest, putting a logger = logging.getLogger(__name__) at the top of each module unit, then adding something like this in the main executable:
Check all the log messages and their level
The text was updated successfully, but these errors were encountered: