Re: Errorlog empty

From: "Rossi, Maria" <maria(dot)rossi(at)us(dot)pgds(dot)com>
To: 'Shreeyansh Dba' <shreeyansh2014(at)gmail(dot)com>, "gilberto(dot)castillo(at)etecsa(dot)cu" <gilberto(dot)castillo(at)etecsa(dot)cu>
Cc: Postgres Maillist <pgsql-admin(at)postgresql(dot)org>
Subject: Re: Errorlog empty
Date: 2015-03-12 15:29:15
Message-ID: 33A4D5087BF0D44DA69C5EEF666BC1D7425351AA@usprmbp01c
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

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(at)gmail(dot)com]
Sent: Thursday, March 12, 2015 1:03 AM
To: gilberto(dot)castillo(at)etecsa(dot)cu
Cc: Rossi, Maria; Postgres Maillist
Subject: Re: [ADMIN] Errorlog empty

On Thu, Mar 12, 2015 at 3:07 AM, Gilberto Castillo <gilberto(dot)castillo(at)etecsa(dot)cu<mailto:gilberto(dot)castillo(at)etecsa(dot)cu>> wrote:

> 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

Saludos,
Gilberto Castillo
La Habana, Cuba

---
This message was processed by Kaspersky Mail Gateway 5.6.28/RELEASE running at host imx3.etecsa.cu<http://imx3.etecsa.cu>
Visit our web-site: <http://www.kaspersky.com>, <http://www.viruslist.com>

--
Sent via pgsql-admin mailing list (pgsql-admin(at)postgresql(dot)org<mailto:pgsql-admin(at)postgresql(dot)org>)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-admin
Hi,
In postgresql.conf file you will find some ERROR REPORTING AND LOGGING parameters.
These parameters are responsible for error log generation:

log_destination = 'stderr'
logging_collector = on
log_directory = 'pg_log'

Under When to log:

log_min_error_statement = error
log_min_duration_statement = 0

Under What to log:
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

I think changing these parameters will start the error logs in the pg_log folder of your data directory.

Thanks & Regards,
Ajinkya Bangale
Database Administrator
ajinkya(dot)bangale(at)shreeyansh(dot)com<mailto:ajinkya(dot)bangale(at)shreeyansh(dot)com>
Office: +919552687400/8400
www.shreeyansh.com<http://www.shreeyansh.com/>

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Igor Neyman 2015-03-12 15:52:01 Re: Errorlog empty
Previous Message Shreeyansh Dba 2015-03-12 11:53:55 Re: Canceling REINDEX safe?