cancel
Showing results for 
Search instead for 
Did you mean: 

Disable ACT_EVT_LOG

cocojack42
Champ in-the-making
Champ in-the-making
Hello,

i'm using some processes, which use many Call Activities.
Because of this there are many ACT_EVT_LOG entries (6,5 mil entries) and my database table is about 6 gb. (Oracle Max)
I don't need these Logs, is there a way to disable them?
3 REPLIES 3

jbarrez
Star Contributor
Star Contributor
Hmmm, database event logging is disabled by default : https://github.com/Activiti/Activiti/blob/master/modules/activiti-engine/src/main/java/org/activiti/...

Did you enable it?

You can just remove all entries if you don't need them.

cocojack42
Champ in-the-making
Champ in-the-making
Ah ok, it was enabled (by some sort of default, I've copied the git).
https://github.com/Activiti/Activiti/blob/activiti-5.16.3/modules/activiti-webapp-explorer2/src/main...

Thanks, problem fixed.

jbarrez
Star Contributor
Star Contributor
Ah ok, i see. In Explorer it is indeed enabled for Crystallball usage.
I'll verify if that's actually needed.