Skip to content

Commit 8b55728

Browse files
Update src/ServiceControl/Monitoring/HeartbeatEndpointSettingsSyncHostedService.cs
Co-authored-by: Ramon Smits <[email protected]>
1 parent ca52fa1 commit 8b55728

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ServiceControl/Monitoring/HeartbeatEndpointSettingsSyncHostedService.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ await endpointSettingsStore.UpdateEndpointSettings(
121121
new EndpointSettings { Name = string.Empty, TrackInstances = userSetTrackInstances },
122122
cancellationToken);
123123
logger.LogInformation(
124-
"Initialized default value of EndpointTracking to {TrackInstances}", userSetTrackInstances ? "tracking" : "not tracking");
124+
"Initialized default value of EndpointTracking to {TrackInstancesEnabled}", userSetTrackInstances);
125125
}
126126

127127
// Initialise settings for any missing endpoint

0 commit comments

Comments
 (0)