Re: How can one prevent logging to the Windows event log?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Ah, I see; it looks like when logging_collector = 'off', Postgres logs to the Windows event log.  Is this a bug?  Given that log_destination has an 'eventlog' option, it seems weird for it to also be logging there based on the value of a different option.

Since I don't want logging to files, I guess my solution will instead be to set log_min_messages = 'panic'.

Thanks for pointing me in the right direction.


On Fri, Dec 30, 2011 at 10:46 AM, raghu ram <raghuchennuru@xxxxxxxxx> wrote:
Modify below parameters in Postgresql.conf file :
log_destination = 'stderr'   
logging_collector = on   

[Index of Archives]     [KVM ARM]     [KVM ia64]     [KVM ppc]     [Virtualization Tools]     [Spice Development]     [Libvirt]     [Libvirt Users]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite Questions]     [Linux Kernel]     [Linux SCSI]     [XFree86]

  Powered by Linux