After installing EEM Reporting Utility along with EEM temp folder is getting filled with audit.tmp logs.
Release: All Supported Versions
Component: EEM Reporting Utility
Its a configuration issue.
Under EEMreportingService\eem_reporting_service\conf\serverl.xml, please make below change and bounce the services.
<param name="deleteprocessed" value="false"/>
To
<param name="deleteprocessed" value="true"/>