Product Feature: General
Yes, this can be achieved by commenting out the following section in the event-monitor-sinks.xml file found in the EngageOne\server\activedrive\config folder:
<sink name="database">
<config type="database" />
<filters>
<filter>
<property name="eventType" exclude="Debug" />
</filter>
</filters>
</sink>
<sink name="database">
<config type="database" />
<filters>
<filter>
<property name="eventType" exclude="Debug" />
</filter>
</filters>
</sink>
UPDATED:
September 13, 2017