java - In logback, how can I filter an exception while also replacing characters -


i can use following pattern replace \n \n:

  • '%replace(%rex){"\n", "\n"}%nopex'

i can use following pattern filter stack traces:

  • %rex{full, com, rx}'

however, when try both, cannot work:

  • '%replace(%rex{full, com, rx}){"\n", "\n"}%nopex'

is possible filter stack trace inside replace above?


Comments

Popular posts from this blog

node.js - Node js - Trying to send POST request, but it is not loading javascript content -

javascript - Replicate keyboard event with html button -

javascript - Web audio api 5.1 surround example not working in firefox -