I have an installation of smx 5.4.0 that logs like crazy to the location {karaf.home}/data/security/audit.log. It contains lines: authentication attempted/autentication succeeded - smx. Probably karaf jaas module is responsible for this behavior: karaf-jaas-module.xml
Any ideas how to get rid of this?
Could you try this?
karaf@root> config:edit org.apache.karaf.jaas
karaf@root> config:propset audit.file.enabled false
karaf@root> config:update