From: | Adrian Klaver <adrian(dot)klaver(at)gmail(dot)com> |
---|---|
To: | Paul Gaspar <devlist(at)revolversoft(dot)com> |
Cc: | pgsql-general(at)postgresql(dot)org |
Subject: | Re: -s does not work |
Date: | 2011-03-30 16:34:42 |
Message-ID: | 4D935BA2.7070500@gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
On 03/30/2011 09:02 AM, Paul Gaspar wrote:
> Hi all,
>
> I want to get rid of all those messages like "database system is ready to accept connections" in the log file. -s is the appropiate command in pg_ctl, I thought, but I still get those messages.
>
> This is the command line to start pg:
>
> /.../pg_ctl start -s -U ... -l /.../Log.txt -o "-p 1234" -D /.../Database
>
> Is there something wrong?
I believe this only suppresses messages output to the screen. To control
the log messages take a look at:
http://www.postgresql.org/docs/9.0/interactive/runtime-config-logging.html
>
> Thanks a lot for your help.
>
> Paul
--
Adrian Klaver
adrian(dot)klaver(at)gmail(dot)com
From | Date | Subject | |
---|---|---|---|
Next Message | Guillaume Lelarge | 2011-03-30 16:43:25 | Re: -s does not work |
Previous Message | Adrian Klaver | 2011-03-30 16:26:25 | Re: Date conversion using day of week |