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

jQuery clickable div with working mailto link inside -

java - Getting corefrences with Standard corenlp package -

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