I have been experimenting with Postgres configuration parameters and noticed that when I use settings that prevent Postgres from starting nothing shows up in the pg_log directory logs. I have
log_destination = 'stderr'
logging_collector = on
log_directory = 'pg_log'
Is there a way to cause Postgres to log startup errors to pg_log on Windows 7 and Postgres 9.3?