Hi,
I'm currently using the default cxf loggers which log my entire SOAP
exchange. This is now a problem as my server is being sent rather large
byte arrays which consitute raw JPG/PDF data and I don't really want to log
all that. Ideally I'd like the logger to log everything except the contents
of a specific <data> element, replacing the contents with say "BYTE{1024}"
where 1024 is the size of the received byte array.Any idea how one could do this? Many Thanks, Anthony
