I have a play-application that uses logback. Some of the messages logged by one of the libraries are very large and fills my log with unnecessary statements.
What I want to do is log all messages but limit them on a certain size (e.q. 300 characters). Is there any way to do this?