Skip to content

Commit

Permalink
Enable fetching of logs through log-cache by default
Browse files Browse the repository at this point in the history
Signed-off-by: Jesse Weaver <jeweaver@pivotal.io>
  • Loading branch information
Todd Persen authored and pianohacker committed Aug 22, 2018
1 parent a207482 commit 63c12af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helpers/config/config_struct.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 63c12af

Please sign in to comment.