Information
If your application is handling sensitive data or you are regulated by any data security compliance, you may want to reduce the log level of the sensitive classes of your application to avoid logging sensitive data on production system.
If your log file is for some reason compromised, the attacker may reach sensitive data stored in the logs if the class log level is not set up properly.
NOTE: Nessus has provided the target output to assist in reviewing the benchmark to ensure target compliance.
Solution
Review all <logger ...> entries and their levels to match requirements.