Re: Errorlog empty - Mailing list pgsql-admin

From Scott Ribe
Subject Re: Errorlog empty
Date
Msg-id 9F324809-D3A1-4AE0-A193-37D7B0971028@elevated-dev.com
Whole thread Raw
In response to Re: Errorlog empty  ("Rossi, Maria" <maria.rossi@us.pgds.com>)
Responses Re: Errorlog empty  (Shreeyansh Dba <shreeyansh2014@gmail.com>)
List pgsql-admin
On Mar 12, 2015, at 11:12 AM, Rossi, Maria <maria.rossi@us.pgds.com> wrote:
>
> Igor,
>
> Here's the other  'log' configs:   Thanks.
>
> postgres=# show log_destination;
> log_destination
> -----------------
> stderr
> (1 row)
>
> postgres=# show log_filename;
> log_filename
> ---------------
> gp07error.log
> (1 row)
>
> postgres=# show log_directory;
>        log_directory
> -----------------------------
> /dba/pgsql/gp07/pg_errorlog
> (1 row)
>
> postgres=# show log_connections;
> log_connections
> -----------------
> on
> (1 row)
>
> postgres=# show log_disconnections;
> log_disconnections
> --------------------
> on
> (1 row)
>

What about logging_collector? If that's not set, I think your log filename will be ignored and messages will go to
stderr.See: <http://www.postgresql.org/docs/9.4/static/runtime-config-logging.html> 

--
Scott Ribe
scott_ribe@elevated-dev.com
http://www.elevated-dev.com/
(303) 722-0567 voice






pgsql-admin by date:

Previous
From: "Gilberto Castillo"
Date:
Subject: Re: Errorlog empty
Next
From: Jiří Hlinka
Date:
Subject: Re: pg_repack 1.3.1 RPM whan available?