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
{{ message }}
This repository was archived by the owner on Jul 10, 2025. It is now read-only.
Right now there are 5 levels of logging. debug, info, warn, error, fatal. The levels are listed in level of severity. I think if we let the user choose debug, it will essentially show ALL logs. If the user chooses info we start with info and include down to fatal and so on.
I think this could be handled with an additional parameter to either connect of the connection type or even on the Client. It could also have a getter and setter so that you can adjust the log level on the fly.