azure service fabric - How to control various log sizes -
i have cluster running in azure.
i have multiple gigabytes of log data under d:\svcfab\log\traces. there way control amount of trace data collected/stored? logs grow indefinitely?
also d:\svcfab\replicatorlog has 8gb of preallocated data specified sharedlogsizeinmb parameter (https://docs.microsoft.com/en-us/azure/service-fabric/service-fabric-reliable-services-configuration). how can change setting in azure cluster or should kept default?
for azure clusters svcfab\log folder grow 5gb. shrink if detects disk running out of space (<1gb). there no controls in azure.
any clue on this issue? My trace logs are growing each day :(
ReplyDelete