adeptia logging update via sql
Hi Brian,
If you would like to change the logging level of process flow directly then you can use the below query:-
update AU_TRANSACTION set au_logginglevel = 'ERROR'.
Also, as your cleanup was not working then there are chances that repository files are grown up too in the folder. The flows are on Debug level so repository files need to be clean up too at your end. You can check the property 'abpm.repository.root ' in the server-configure.properties file for the repository path.
Kindly delete these repositories and tune the server for Activity Retention and other properties for process flow as per performance tuning guide.