From: Michael P. <mic...@gm...> - 2013-08-30 12:19:39
|
On Fri, Aug 30, 2013 at 6:06 PM, Nikhil Sontakke <ni...@st...> wrote: > A small patch to change the log level of one particular message from LOG to > DEBUG1. In case a standby is configured, for each connection done to the > GTM, a corresponding call log gets added in the log file. > > "Connection established with standby. - 0x2a1dd60" > > The log file can grow up in size unnecessarily (we have seen 5GB+ sized log > files!) with these not so useful messages given that we already log if the > connection to the Standby fails. > > This patch applies on both head and REL1.1 +1 for applying that to 1.1 as well. This is not really a bug fix, but it has been an annoyance for ages, and parsing log files of many GBs is always a problem. -- Michael |