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 e9631b4 commit a6898ddCopy full SHA for a6898dd
pkg/cli/start.go
@@ -1240,7 +1240,7 @@ func reportServerInfo(
1240
buf.Printf("external I/O path: \t<disabled>\n")
1241
}
1242
for i, spec := range serverCfg.Stores.Specs {
1243
- buf.Printf("store[%d]:\t%s\n", i, log.SafeManaged(spec))
+ buf.Printf("store[%d]:\t%s\n", i, log.SafeManaged(base.StoreSpecCmdLineString(spec)))
1244
1245
1246
// Print the commong server identifiers.
0 commit comments