Improved logs.

This commit is contained in:
Christian P. MOMON 2024-08-12 17:30:53 +02:00
parent 0017f5a84e
commit f90a88521f
2 changed files with 2 additions and 0 deletions

View file

@ -69,6 +69,7 @@ public class KissDispatcher
public void clear()
{
this.cache.clear();
logger.info("KissDispatcher PATHINFO Cache: CLEARED");
KissDispatcherFactory.instance().clearCache();
}

View file

@ -58,6 +58,7 @@ public class KissDispatcherFactory
public void clearCache()
{
this.cache.clear();
logger.info("KissDispatcherFactory Servlet Cache: CLEARED");
}
/**