FTM Event logging

When you are attempting to diagnose a problem it can be useful to ensure that all events generated by FTM are logged . This can be done by setting the column LOG_EVENT_OVERRIDE = 'Y' on the APP_VERSION table record for your application. You can then run the code that generates the problem and view the events logged in the database. Setting the column RENDER_MSG_OVERRIDE = 'Y' on the APP_VERSION table record for your application will override the current settings for the RENDER_AS_MSG column on all of the EVENT_TYPE records and set the column to 'Y'. Setting RENDER_MSG_OVERRIDE to 'N' will set all the entries to 'N'.

Event logging will reduce the performance of FTM and should be reduced to an appropriate level after diagnosis is complete.