We have a session that process a millions of rows. The problem is that it creates a huge log with two main issues:
There is a way to reduce the size of the log? We don't need to know every time the application does a commit for instance.
You can set the log level to Terse, which will get your log size to minimal. (setting in session configuration).
The downside of setting Terse is that you wont get lot of information when something goes wrong and you want to find something in log.
To change the log level: