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 < >
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
Post a Comment