how can I configure log4j so that it stops showing xml escape characters -


hi in application logging xml requests file using patternlayout. xml has password field. in log log4 shows < &gt

i want show '<' , '>'

how can that?

thanks, manoj

i'm sure isn't log4j's fault, patternlayout not convert characters entities. must happening when xml constructed.


Comments

Popular posts from this blog

WPF: binding viewmodel property of type DateTime to Calendar inside ItemsControl -

java - Getting corefrences with Standard corenlp package -

jQuery clickable div with working mailto link inside -