diff --git a/helpers/config/config_struct.go b/helpers/config/config_struct.go index 2740007f5..1931ffba2 100644 --- a/helpers/config/config_struct.go +++ b/helpers/config/config_struct.go @@ -177,7 +177,7 @@ func getDefaults() config { defaults.IncludeServiceInstanceSharing = ptrToBool(false) defaults.IncludeTCPRouting = ptrToBool(false) - defaults.UseLogCache = ptrToBool(false) + defaults.UseLogCache = ptrToBool(true) defaults.IncludeWindows = ptrToBool(false) defaults.UseWindowsContextPath = ptrToBool(false)