Description
The presence of an auditLog.xml file controls the "audit" log for incoming clients, security operations, etc. Because a normal logger instance is used for this purpose, it also gets dumped into the normal application log files (e.g. $process_$host.[debug.]log).
We should turn off the audit log in the generic_logger configuration and let auditLog.xml create the log file specifically for audits when the user configures it as such (as the audit log is intended to be off by default by virtue of the example configuration files we generate).