Hi, On Thu, 2017-03-23 at 11:03 +0000, Ian Boston wrote: > Hi, > Is there are way of configuring the logging service so that it > doesn't > repeatedly spam the logs with the same message or extremely high > volume > messages. This may seem like an odd request, but when a Sling > instance > running an application goes haywire spitting out massive exception > stack > traces. it can consume all available IO and also all available disk > space > quite quickly before anyone can get to it. > > Perhaps there is a logback feature already to deal with this ?
Logback has the concept of filters https://logback.qos.ch/manual/filters.html but I am not sure how to link these to Sling's config. Robert
