We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8867eab commit 63be684Copy full SHA for 63be684
internal/cnpgi/common/wal.go
@@ -175,7 +175,7 @@ func (w WALServiceImplementation) Archive(
175
// Ensure the requested WAL file is always the first one being
176
// archived
177
walFilesList.Ready = append([]string{request.GetSourceFileName()}, walFilesList.Ready...)
178
- contextLogger.Debug("WAL files to archive: %v", "walFilesListReady", walFilesList.Ready)
+ contextLogger.Debug("WAL files to archive", "walFilesListReady", walFilesList.Ready)
179
180
result := arch.ArchiveList(ctx, walFilesList.ReadyItemsToSlice(), options)
181
for _, archiverResult := range result {
0 commit comments