Re: [PERFORM] issue related to logging facility of postgres

2011-09-01 Thread Justin Pitts
Syslog does that, I believe. Have a look at the man page for syslog.conf. On Wed, Jul 27, 2011 at 5:11 AM, shailesh singh wrote: > Hi, > I want to configure Logging of postgres in such a way that messages of > different severity should be logged in different log file. eg: all ERROR > message shou

Re: [PERFORM] issue related to logging facility of postgres

2011-08-31 Thread Robert Haas
On Wed, Jul 27, 2011 at 5:11 AM, shailesh singh wrote: > I want to configure Logging of postgres in such a way that messages of > different severity should be logged in different log file. eg: all ERROR > message should be written in error-msg.log file while all NOTICE mesage > should be written i

[PERFORM] issue related to logging facility of postgres

2011-07-29 Thread shailesh singh
Hi, I want to configure Logging of postgres in such a way that messages of different severity should be logged in different log file. eg: all ERROR message should be written in error-msg.log file while all NOTICE mesage should be written in notice-msg.log file. In order to do that what changes sho