I installed postgres 10.2 with brew on mac
My postgres.conf is
log_destination = 'stderr'
logging_collector = off
log_statement = 'all'
I started it as blow
pg_ctl -D /usr/local/var/postgres start
However I cannot find the logs at /usr/local/var/log/postgres.log or somewhere else.
Any help?