Search code examples
apache-karafapache-servicemix

Apache ServiceMix 5.4.0 audit.log


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?


Solution

  • Could you try this?

    karaf@root> config:edit org.apache.karaf.jaas 
    karaf@root> config:propset audit.file.enabled false
    karaf@root> config:update