mirror of
https://github.com/pomerium/pomerium.git
synced 2025-07-19 01:28:51 +02:00
core/config: remove version
This commit is contained in:
parent
a29476f61e
commit
aa619424df
8 changed files with 760 additions and 798 deletions
|
@ -24,7 +24,7 @@ func (srv *Server) buildDiscoveryResources(ctx context.Context) (map[string][]*e
|
|||
|
||||
cfg := srv.currentConfig.Load()
|
||||
|
||||
log.Info(ctx).Int64("config-version", cfg.Version).Msg("controlplane: building discovery resources")
|
||||
log.Info(ctx).Msg("controlplane: building discovery resources")
|
||||
|
||||
resources := map[string][]*envoy_service_discovery_v3.Resource{}
|
||||
var clusterCount, listenerCount, routeConfigurationCount int
|
||||
|
@ -69,7 +69,6 @@ func (srv *Server) buildDiscoveryResources(ctx context.Context) (map[string][]*e
|
|||
}
|
||||
|
||||
log.Info(ctx).
|
||||
Int64("config-version", cfg.Version).
|
||||
Int("cluster-count", clusterCount).
|
||||
Int("listener-count", listenerCount).
|
||||
Int("route-configuration-count", routeConfigurationCount).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue