Re: Omit xml part

2010-11-08 Thread Scott Deboy
write your own filter to filter-out unwanted messages to > get to your appender. > Josef > > -Ursprüngliche Nachricht- > Von: Thorbjørn Ravn Andersen [mailto:nospam0...@gmail.com] > Gesendet: Dienstag, 2. November 2010 21:58 > An: Log4J Users List > Betreff: Re: Omit xm

AW: Omit xml part

2010-11-08 Thread Stadelmann Josef
Or you may have to write your own filter to filter-out unwanted messages to get to your appender. Josef -Ursprüngliche Nachricht- Von: Thorbjørn Ravn Andersen [mailto:nospam0...@gmail.com] Gesendet: Dienstag, 2. November 2010 21:58 An: Log4J Users List Betreff: Re: Omit xml part Den 02

Re: Omit xml part

2010-11-02 Thread Thorbjørn Ravn Andersen
Den 02/11/10 10.25, Alexander Curvers skrev: Hello, i send some binary data in xml messages with my webservices.. I log all communication for debugging purposes. The problem is the binary value gets logged as well making the log very big.. I want to log the rest of the xml but just not the on

Omit xml part

2010-11-02 Thread Alexander Curvers
Hello, i send some binary data in xml messages with my webservices.. I log all communication for debugging purposes. The problem is the binary value gets logged as well making the log very big.. I want to log the rest of the xml but just not the one field/property containing the binary data..