Skip to content

Commit 725e59d

Browse files
committed
add plus conf file
1 parent 18d3821 commit 725e59d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/watcher/instance/instance_watcher_service.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ func (iw *InstanceWatcherService) ReparseConfig(ctx context.Context, instanceID
187187

188188
func (iw *InstanceWatcherService) updateCache(nginxConfigContext *model.NginxConfigContext) {
189189
iw.nginxConfigCache[nginxConfigContext.InstanceID] = nginxConfigContext
190-
slog.Info("Instance Update Cache - New Context", "url", nginxConfigContext.StubStatus.URL,
190+
slog.Info("Instance Update Cache - New Context", "url", &nginxConfigContext.StubStatus.URL,
191191
"location", nginxConfigContext.StubStatus.Location,
192192
"listen", nginxConfigContext.StubStatus.Listen)
193193
slog.Info("Instance Update Cache - Cache ", "url",

0 commit comments

Comments
 (0)