The logging_collector is on, but I don’t know if it was restarted after it was turned on. I did run a ‘pg_ctl reload’, but still it did not log any msgs.
Does it need an actual restart? I cannot simply do that because this is production, has to be scheduled.
Thanks.
Maria
From: Shreeyansh Dba [mailto:shreeyansh2014@gmail.com] Sent: Thursday, March 12, 2015 1:03 AM To: gilberto.castillo@etecsa.cu Cc: Rossi, Maria; Postgres Maillist Subject: Re: [ADMIN] Errorlog empty
> Hi, > The errorlog is empty. I turned on 'log_connections', then logged-on to > the instance. But still the errorlog is empty. I would have expected > connections would appear at the log. > Any ideas why? > I am new to Postgres, so please excuse my questions. > > Maria
My configuration:
log_destination = 'stderr' logging_collector = on --necesita restart log_min_duration_statement = 0 log_line_prefix = '%t [%p]: [%l-1] [%r]: user=%u ' log_checkpoints = on log_connections = on log_disconnections = on log_lock_waits = on log_temp_files = 0