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 found this exception without any logging, it only have a print for a console env. I think that it could be useful to log this point to let the end-user know what exactly is happening.
The text was updated successfully, but these errors were encountered:
I'm realizing that QF/n's current logging interface might be too limited.
It's obvious to me that this should be loggable, but the normal QF/n log interface ties each log to a Session, and HttpServer does not apply to any session. So how should this HttpServer log be configured? It doesn't seem wise to just hack something out right now. I'm going to think about it for a little while (and hopefully come back to this before another year has passed).
On the upside, I just rewrote the whole dang HttpServer (#829), and it now handles exeptions much better, so ideally there won't be any unexpected shutdowns to need to log.
Hi guys.
I found this exception without any logging, it only have a print for a console env. I think that it could be useful to log this point to let the end-user know what exactly is happening.
The text was updated successfully, but these errors were encountered: