Closed mrinalwahal closed 5 years ago
Print logging is ok for now since when running in Docker, we can access the output using docker log...
. We could have the backend check for an env var (e.g., LOG_DIR
) and write files to that location if it's specified, otherwise print log by default.
Finished in #41
Looks good. I'll test it locally and close.
We can design a
debug
more for the flask server and enable it with an env variable, something likeDEBUG=TRUE
during launching ofgin-proc
container by the user.Or we could:
May not be a priority right now, but I think its a professional principle to go by. It should make it easier for the user's to debug their server's problem's later.