mirror of
https://github.com/pomerium/pomerium.git
synced 2025-06-01 02:12:50 +02:00
core/logging: less verbose logs (#5040)
This commit is contained in:
parent
ecbd84b7df
commit
4ac06d3bbd
18 changed files with 51 additions and 42 deletions
|
@ -191,7 +191,7 @@ func getOrCreatePolicyEvaluators(
|
|||
m[p.id] = p.evaluator
|
||||
}
|
||||
|
||||
log.Info(ctx).
|
||||
log.Debug(ctx).
|
||||
Dur("duration", time.Since(now)).
|
||||
Int("reused-policies", reusedCount).
|
||||
Int("created-policies", len(cfg.Policies)-reusedCount).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue