Hello,
I've created a XSJob and it really was really easy to setup. However, my job has a quite short call frequency, its set to
* * * * * */3 meaning each 3 seconds its triggered. It all works perfect, but I noticed that the browser view of its job-admin page gets quite sluggish. This, of course, comes from the great amount of log entries that gets created (1200 / hour).
So I wonder how I can limit these log entries?
Having 28800 lines each day doesnt make big sence in case the job executes without problem - is there a way to only log errors?
Best,
Korbinian