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
Currently, the logs are just printed to StdOut. This does not work well with docker logs. As temporary fix, PYTHONUNBUFFERED=1 is set environment variable as suggested at stackoverflow and github issue.
Its best to add proper json/fmt format logging using logging library with configurable log levels.
The text was updated successfully, but these errors were encountered:
Currently, the logs are just printed to StdOut. This does not work well with docker logs. As temporary fix,
PYTHONUNBUFFERED=1
is set environment variable as suggested at stackoverflow and github issue.Its best to add proper json/fmt format logging using logging library with configurable log levels.
The text was updated successfully, but these errors were encountered: