Currently the PostgreSQL logs are interrogated through `docker logs widesky_db`, these should be captured in a file under `./logs/postgres/*.log`. Preferably a rotating log file in a similar fashion to the Python logging instantiation.
Currently the PostgreSQL logs are interrogated through
docker logs widesky_db, these should be captured in a file under./logs/postgres/*.log.Preferably a rotating log file in a similar fashion to the Python logging instantiation.