Good day Team,
I have a CGRates instance and I am trying to setup a report using the log files from /var/log/cgrates.
At the beginning of each month, I have subscriber postpay accounts that have their accounts reset of their balance. This is setup using action plans with each ActionPlan being unique to a subscriber's balance.
e.g subscriber : 1001
Subscriber Action Plan: "ACTION_PLAN_RESET_500_MONTHLY"
this is working fine, and I can see from the logs that SchedulerS kicks in when the time arrrives and runs the below, leaving log:
2026-06-01T00:00:00.003864+00:00 lab-cgrates CGRateS <lab-cgrates> [254383]: <Scheduler> Action: ACTION_RESET_500_MONTHLY
2026-06-01T00:00:00.004118+00:00 lab-cgrates CGRateS <lab-cgrates> [254383]: <Scheduler> Scheduler queue length: 178
My question is, how can I see which subscriber account successfully / failed to have its Action plan run when SchedulerS ran all the action plans.
I want a scenario where I can see for example:
e.g. sub: 1001, ActionPlan: 500 status: success/failed
how can I achieve this or correlate the logs?
Regards,
Simba