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
Gorilla currently does not log until it's thread is finished. This could be disastrous if Gorilla itself failed, and the log would be empty.
Also it's hard to debug long running gorilla jobs since you cant view the logs (if say it's being invoked by powershell script or scheduled task). Instead, gorilla should in real-time, log every line.
The text was updated successfully, but these errors were encountered:
Gorilla currently does not log until it's thread is finished. This could be disastrous if Gorilla itself failed, and the log would be empty.
Also it's hard to debug long running gorilla jobs since you cant view the logs (if say it's being invoked by powershell script or scheduled task). Instead, gorilla should in real-time, log every line.
The text was updated successfully, but these errors were encountered: