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
Fix bug that resulted in empty strings being passed as log levels when
deploying through docker compose. More specifically, when the
`LOG_LEVEL` environment variables weren't set, compose would default to
creating them as empty strings. Due to the fact that the variables
existed, `os.getenv` would use these empty strings instead of the
default values specified in the code (i.e. `logging.INFO`).
Signed-off-by: Phoevos Kalemkeris <[email protected]>
0 commit comments