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
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.
The text was updated successfully, but these errors were encountered:
Description
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 choosedebug
, it will essentially show ALL logs. If the user choosesinfo
we start withinfo
and include down tofatal
and so on.I think this could be handled with an additional parameter to either
connect
of the connection type or even on theClient
. It could also have agetter
andsetter
so that you can adjust the log level on the fly.The text was updated successfully, but these errors were encountered: