I am looking for advice on how best to configure logging from PostgreSQL
when it is run as a Windows service. Under Linux we allow it to log to
'stderr' and we use the pg_ctl -l switch to direct that to a file. This
doesn't seem to be supported under Windows, so I'm looking for "best
practices" advice from those experienced in this area.
-Kevin