Re: Limiting the size of log files - Mailing list pgsql-novice

From Jean-Yves F. Barbier
Subject Re: Limiting the size of log files
Date
Msg-id 20100818125309.54ddeef6@anubis.defcon1
Whole thread Raw
In response to Re: Limiting the size of log files  (Amit Soni <get.amitsoni@gmail.com>)
Responses Re: Limiting the size of log files  (Amit Soni <get.amitsoni@gmail.com>)
List pgsql-novice
Le Wed, 18 Aug 2010 16:04:14 +0530,
Amit Soni <get.amitsoni@gmail.com> a écrit :

> Sorry for not stating this earlier. It's possible for me to have ~20GB of
> logs in one day. So, per day rotation is not the best option here. And

may be checking/modifying (in postgresql.conf):
    client_min_messages
    log_min_messages
    log_error_verbosity
    log_min_error_statement
end "debug_print_xxx" lines too

looks like you turned a debug logging on and didn't switched it off.

JY
--

pgsql-novice by date:

Previous
From: Thom Brown
Date:
Subject: Re: Limiting the size of log files
Next
From: Frank Bax
Date:
Subject: Re: Limiting the size of log files