Hi ,
Couod you please help me on the below points.
In how many days we can keep the logs in server(author , publishers) by default. If I need to keep more than a default period what should i do to keep the logs more than certain period or what is the best approch to store or save the logs on certain time.
Thank you
Solved! Go to Solution.
Views
Replies
Total Likes
@Satish2info Logs rotation is governed by Apache Sling Logging Writer Configuration. Modify it as per your requirement but keep track of the size to prevent server bloating. Once the file is rotated just copy the old one to a new location.
@Satish2info Logs rotation is governed by Apache Sling Logging Writer Configuration. Modify it as per your requirement but keep track of the size to prevent server bloating. Once the file is rotated just copy the old one to a new location.
Views
Likes
Replies