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

c# - IMAP GMAIL getting folder list problem -

CUDA shared memory -