log files delete
-
How do I stop log files or delete them after they've been generated automatically?
-
The profiles are automatically deleted. Here are the relevant configs.
// max number of profiles (logs) to keep in the file system profiler.maxProfilesHistory:1000 // how often to clean profiles profiler.cleanupInterval:1m // full | standard | disabled // use disabled if you want to stop persisting logs completely (this doesnt apply for studio preview requests) profiler.defaultMode:standard
-
And these two files?
-