augur icon indicating copy to clipboard operation
augur copied to clipboard

Show Gunicorn workers errors in errorfile and stdout

Open ccarterlandis opened this issue 4 years ago • 5 comments

The Augur server is powered by Gunicorn workers handling requests in the background. Currently, when any of these workers encounter an error, it is not shown in the terminal/stdout, and it is not shown in either the logs/augur.log or logs/augur.err files, where all regular errors will always show up. Instead, it only gets written to logs/gunicorn.log, which isn't useful unless one knows to look in that file.

This behavior should be changed, either to surface the Gunicorn error directly in those files, or explicitly state that Gunicorn encountered an error and notify the user to check the Gunicorn log file.

ccarterlandis avatar Oct 05 '20 20:10 ccarterlandis

is this open ?

sajen-k avatar Feb 21 '21 07:02 sajen-k

Can I work on this issue ?

b-thebest avatar Mar 04 '21 08:03 b-thebest

@b-thebest : YES!

sgoggins avatar Mar 20 '21 13:03 sgoggins

Hello @sgoggins, is this issue still available? I'd like to work on it :)

jossperdomo avatar Jun 28 '21 18:06 jossperdomo

@josselineperdomo : Yes

sgoggins avatar Jul 07 '21 16:07 sgoggins