-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Logging info & errors #128
Comments
Sorry about that. Recently changed to “debug” for logging. Need to update the docs to indicate that for logging you should set DEBUG=* in you .env file. |
No worries, but I think some basic logging would be good by default. Like logging when the server has finished starting up and is listening for connections, or when there are unexpected errors like bitcoin rpc being unreachable or unhandled exceptions. Edit: This would ideally be in addition to optional debug logging which logs every time it serves a webpage, makes a call to bitcoin/electrum, etc... |
Another thought, adding timestamps to the logs would be helpful. Sometimes it's hard to tell where the relevant logging from pulling up a particular page begins and ends without it. |
It looks like in the current version of the explorer there is (almost) no logging output to the console or to any file that I can find. Is there any logging occurring somewhere that I'm missing or plans to add logging?
The text was updated successfully, but these errors were encountered: