I work on a large internet application, parts of the system create base64 encoded document content which is being logged, which is obivously pointless.
The entry point to the application will log by default the XML it is about to respond with (sometimes this will contain base64 encoded content, usually not). We can change the threshold for this class so it wont log anything, or write a custom appender that checks for base64 encoded content but I don't fancy that much. Or maybe a Filter ?
Any advice much appreciated.
thanks,
Steve.
The entry point to the application will log by default the XML it is about to respond with (sometimes this will contain base64 encoded content, usually not). We can change the threshold for this class so it wont log anything, or write a custom appender that checks for base64 encoded content but I don't fancy that much. Or maybe a Filter ?
Any advice much appreciated.
thanks,
Steve.