Hi.
I'm running postgres in kubernetes.
Is it possible to emit csvlog to standard output/error?
I tried a naive & hacky work-around, by setting log_directory='/dev/fd' andlog_filename='2' - but it does not work.
Thanks!