Hi @saikumar39 , you are doing it right.
For your question, you will see detailed level logs related to provisioning, aggregation, health checks, etc. for the source that you’ve defined in debug mode.
I believe it’s like that for 24hours after which VA resets them to INFO (from my understanding).
durationMinutes is the number of minutes to enable the logging.
Standard duration might be 60 mins.
Loggers don’t stay in ccg file forever they get removed if ccg is restarted or logging is enabled/disabled. To retain changes in log4j2 file I usually make a copy of the file so it can be swapped easily when we wish to debug again.
Is there any API to modify this duration lets say 48 hours or so ?
We never know when the issue will come in Prod tenant and need to monitor for some decent time.
I am not sure why it worked that way, did you try to open a Sailpoint support case ?
Also, I see you are setting log level to ERROR. I believe all errors are captured in the logs by default so if there was any you should be able to see it in ccg log.
So by default, INFO would be the log level setup in CCG ?
We wanted to have DEBUG level for initial few days post Go Live so wanted to check the above configurations work for Error/Debug.