Open
Description
pgo 4.5.0
Often I have to exec into the db container to look at logs because the interesting logs are in /pgdata/<db_name>/pg_log/ directory. Is there any way to send those to k8s so that kubectl logs -f <db_pod> -c database would show them? Also looking at collecting them with our fluentd which we are already doing for logs visible via the logs kubectl command.