You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: envoy-control-core/src/main/kotlin/pl/allegro/tech/servicemesh/envoycontrol/snapshot/EnvoySnapshotFactory.kt
+1-5Lines changed: 1 addition & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -270,7 +270,6 @@ class EnvoySnapshotFactory(
270
270
group:Group,
271
271
globalSnapshot:GlobalSnapshot
272
272
): Snapshot {
273
-
logger.debug("Creating new snapshot for group ${group.serviceName}")
274
273
// TODO(dj): This is where serious refactoring needs to be done
275
274
val egressDomainRouteSpecifications = getDomainRouteSpecifications(group, globalSnapshot)
276
275
val egressServiceRouteSpecification = getServiceRouteSpecifications(group, globalSnapshot)
Copy file name to clipboardExpand all lines: envoy-control-core/src/test/kotlin/pl/allegro/tech/servicemesh/envoycontrol/snapshot/resource/endpoints/EnvoyEndpointsFactoryTest.kt
+8-8Lines changed: 8 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -368,8 +368,8 @@ internal class EnvoyEndpointsFactoryTest {
0 commit comments