Skip to content

Commit

Permalink
fix(typo): log cache timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
darkweak committed Nov 3, 2024
1 parent d86c93a commit a72ca34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion context/timeout.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ func (t *timeoutContext) SetupContext(c configurationtypes.AbstractConfiguration
t.timeoutBackend = c.GetDefaultCache().GetTimeout().Backend.Duration
}
c.GetLogger().Infof("Set backend timeout to %v", t.timeoutBackend)
c.GetLogger().Infof("Set cache timeout to %v", t.timeoutBackend)
c.GetLogger().Infof("Set cache timeout to %v", t.timeoutCache)
}

func (t *timeoutContext) SetContext(req *http.Request) *http.Request {
Expand Down

0 comments on commit a72ca34

Please sign in to comment.