Hello list,I was wondering if the values of the mode element in click.xml is related to the granularity of the logging in the LogService.
In Click-code, I find statements like: if (logger.isTraceEnabled()) {logger.trace(" invoked: " + ClassUtils.getShortClassName(page.getClass()) + ".onInit()");
}If I set <mode value="production"/>, I still see those lines. Is mode only used for Click behaviour, or would it have any influence on the logging output?
Cheers! WarnerJan