Search code examples
azuremicroservicesazure-service-fabric

many log files on azure service fabric


I have a azure service fabric development cluster running locally with two applications.

After a two week holiday I come back and see that my hard drive is completely full, consequently nothing really works anymore.

the sfdevcluster\log\traces folder has many *.etl files all larger than 100MB. And all kinds of other log files > 250 MB are present

So my questions: how to disable tracing/logging on azure service fabric and are there tools to administer log files?


Solution

  • This turned out to be a bug in Service Fabric, upgrade your local cluster to the latest version 6.1.472.9494 which will fix the issue. more details here