IdentityNow how to apply log rotation ccg.log

Hi, Could you please suggest me how can I apply log rotation for ccg.log. This can be based on date, log file size, or hourly basis. Currently I don’t rotation applied and its very difficult to copy the entire ccg.log file or search based on date.

@hranjan3

There is an OOTB log rotation process which is described in this public Support Knowledge-Base article.

3 Likes

Agree with @Anshu_Kunal.

Additionally to ease the readability and easily copy the logs you can split the logs:

split -b [size] /home/sailpoint/ccg.log ccg

Example of size could be 100M for 100 megabytes.

Regards,
Shekhar Das

1 Like

thanks @Anshu_Kunal and @shekhardas1825 for your inputs!

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.