Many log files on azure utility fabric

I have an azure development environment cluster working locally with two applications.

After a two-week vacation, I return and see that my hard drive is completely full, so nothing really works.

The sfdevcluster \ log \ traces folder contains many * .etl files that are larger than 100 MB. And there are all other log files> 250 MB.

So, my questions are: how to disable trace / logging based on the azure service and are there any tools for administering log files?

+4
source share
2 answers

​​Service Fabric, 6.1.472.9494, .

+2

PowerShell script, :

Program Files\Microsoft SDKs\Service Fabric\ClusterSetup\DevClusterSetup.ps1

, DeployNodeConfiguration, PowerShell New-ServiceFabricNodeConfiguration. , , .

, / ( -). , , , .

,

+3

Source: https://habr.com/ru/post/1656174/


All Articles