Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
Is there any way to change the default stats_file schema or to assign an unique tStatsCatcher that all the jobs and subjobs will use?
My goal is to output a custom stats log, where I can set apart from the default columns, an additional one that will tell the name of the execution that is being run, so I can know wheter a process was, for example, daily or weekly one by outputing "NAMEJOB_DAILY" for example. The thing is that I want something easy done, maybe attaching a single tStatsCatcher that will listen to all stat logs from whole the project or just touching the schema of the default stats_file somewhere.
Cheers