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 45b502b commit 8941fa8Copy full SHA for 8941fa8
1 file changed
coordinator/cmd/proxy/app/app.go
@@ -69,7 +69,7 @@ func action(ctx *cli.Context) error {
69
apiSrv := server(ctx, cfg, db, registry)
70
71
log.Info(
72
- "Start coordinator api successfully.",
+ "Start coordinator proxy successfully.",
73
"version", version.Version,
74
)
75
0 commit comments