Re: debug output and (r)syslog

2012-03-23 Thread Matthias Leopold
Am 2012-03-22 17:43, schrieb Wietse Venema: Matthias Leopold: [ Charset ISO-8859-1 unsupported, converting... ] Am 2012-03-21 18:52, schrieb Wietse Venema: Matthias Leopold: hi, how do i selectively log debug messages (eg from smtpd -v) with (r)sylog? By turning it off. Debug logging should

Re: debug output and (r)syslog

2012-03-22 Thread Wietse Venema
Matthias Leopold: [ Charset ISO-8859-1 unsupported, converting... ] > Am 2012-03-21 18:52, schrieb Wietse Venema: > > Matthias Leopold: > >> hi, > >> > >> how do i selectively log debug messages (eg from smtpd -v) with (r)sylog? > > > > By turning it off. Debug logging should never be turned on as

Re: debug output and (r)syslog

2012-03-22 Thread Matthias Leopold
Am 2012-03-21 18:52, schrieb Wietse Venema: Matthias Leopold: hi, how do i selectively log debug messages (eg from smtpd -v) with (r)sylog? By turning it off. Debug logging should never be turned on as a matter of routine. It has a major impact on performance. Postfix has no performance guar

Re: debug output and (r)syslog

2012-03-21 Thread Wietse Venema
Matthias Leopold: > hi, > > how do i selectively log debug messages (eg from smtpd -v) with (r)sylog? By turning it off. Debug logging should never be turned on as a matter of routine. It has a major impact on performance. Postfix has no performance guarantees with debug logging turned on.

debug output and (r)syslog

2012-03-21 Thread Matthias Leopold
hi, how do i selectively log debug messages (eg from smtpd -v) with (r)sylog? if i enable debugging with "smtpd -v" i want one logserver to log these messages and another to skip these. is this possible with standard syslog facilities and severities? i haven't managed it yet as i can't influe