I had a quick glance at the code in PipelineNode.java where this exception is thrown but i'm not sure at which level the code can be modified without disturbing the flow of events.
I suspect that there must be a way of removing the stacktrace logging without touching the exception throwing but i don't see it, can anyone enlighten me ?
Jorg
Ugo Cei wrote:
While we're talnking about exceptions, what about NOT logging a stacktrace whenever no sitemap match is found? With the current behavior, we get a stacktrace, for example, everytime a browser requests "/favicon.ico", which happens quite frequently. Can't we just log a one-line message?
Ugo
