diff --git a/api/grpc/mpi/v1/command.pb.go b/api/grpc/mpi/v1/command.pb.go index 1c4fa9b0c..39ef93489 100644 --- a/api/grpc/mpi/v1/command.pb.go +++ b/api/grpc/mpi/v1/command.pb.go @@ -8,7 +8,7 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.36.7 +// protoc-gen-go v1.36.8 // protoc (unknown) // source: mpi/v1/command.proto diff --git a/api/grpc/mpi/v1/common.pb.go b/api/grpc/mpi/v1/common.pb.go index 26b95bf14..890c2b073 100644 --- a/api/grpc/mpi/v1/common.pb.go +++ b/api/grpc/mpi/v1/common.pb.go @@ -5,7 +5,7 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.36.7 +// protoc-gen-go v1.36.8 // protoc (unknown) // source: mpi/v1/common.proto diff --git a/api/grpc/mpi/v1/files.pb.go b/api/grpc/mpi/v1/files.pb.go index c68585426..be249670c 100644 --- a/api/grpc/mpi/v1/files.pb.go +++ b/api/grpc/mpi/v1/files.pb.go @@ -5,7 +5,7 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.36.7 +// protoc-gen-go v1.36.8 // protoc (unknown) // source: mpi/v1/files.proto diff --git a/internal/watcher/credentials/credential_watcher_service.go b/internal/watcher/credentials/credential_watcher_service.go index 868acd3ae..09434e46e 100644 --- a/internal/watcher/credentials/credential_watcher_service.go +++ b/internal/watcher/credentials/credential_watcher_service.go @@ -166,7 +166,7 @@ func (cws *CredentialWatcherService) checkForUpdates(ctx context.Context, ch cha newCtx := context.WithValue( ctx, logger.CorrelationIDContextKey, - slog.Any(logger.CorrelationIDKey, logger.GenerateCorrelationID()), + logger.GenerateCorrelationID(), ) cws.watcherMutex.Lock() diff --git a/internal/watcher/file/file_watcher_service.go b/internal/watcher/file/file_watcher_service.go index 10e1a2470..51b0e8c28 100644 --- a/internal/watcher/file/file_watcher_service.go +++ b/internal/watcher/file/file_watcher_service.go @@ -203,7 +203,7 @@ func (fws *FileWatcherService) checkForUpdates(ctx context.Context, ch chan<- Fi newCtx := context.WithValue( ctx, logger.CorrelationIDContextKey, - slog.Any(logger.CorrelationIDKey, logger.GenerateCorrelationID()), + logger.GenerateCorrelationID(), ) slog.DebugContext(newCtx, "File watcher detected a file change")