I am using commons-logging swith the following commons-logging.properties
:
org.apache.commons.logging.Log=org.apache.commons.logging.impl.Jdk14Logger
I have set my app logger to FINEST
in GF4 ui management console but it only logs INFO
messages. Any ideas why?
Also where is it more appropriate to set my log levels, under server-config or default-config?
Thanks