An application accesses our database through an Oracle gateway. Everytime someone connects through the gateway, it logs the successful connection in the alert.log. Not only does this quickly grow the alert.log, but it also makes monitoring the log almost impossible.

Is there a gateway parameter that can be modified to only log the connection errors? I've not been able to find any documentation on this.

Thanks!