Skip to content
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

Gorilla should add logs line by line instead of at the end of a run #96

Open
erikng opened this issue Mar 14, 2020 · 0 comments
Open

Gorilla should add logs line by line instead of at the end of a run #96

erikng opened this issue Mar 14, 2020 · 0 comments

Comments

@erikng
Copy link

erikng commented Mar 14, 2020

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant