Hello,
my client asked my to produce a log of visited pages/commited actions. So, using the logging features, I've added in my controller base, in the "beforeExecuteRoute()", the recording of called controller/action, then do a logger->commit() in the "afterExecuteRoute()" (to delay the file write op, but I'm not sure that improve page load time, that's not here the problem). All this folks works, but moreover the expected controller/action to be logged, there is four time a record of a "index/index" controller/action recorded... For now, I've added a simple filtering not to record this unwanted lines, but I'm asking now if there is somewhere something bad in my routing/controller invocation...