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
It would be nice to setup a proper logging framework in the Termonad source code. There are various places that throw errors or output log messages, and it would be nice to have a comprehensive framework for dealing with this.
Ideally we could be a lot more liberal with logging debug messages to help get an idea of exactly what is going on. Right now there are very few "debug-style" logs being printed, because there is no easy way to turn it off.
I don't have a strong opinion on which logging library to use.
The text was updated successfully, but these errors were encountered:
It would be nice to setup a proper logging framework in the Termonad source code. There are various places that throw errors or output log messages, and it would be nice to have a comprehensive framework for dealing with this.
Ideally we could be a lot more liberal with logging debug messages to help get an idea of exactly what is going on. Right now there are very few "debug-style" logs being printed, because there is no easy way to turn it off.
I don't have a strong opinion on which logging library to use.
The text was updated successfully, but these errors were encountered: