feat: client retry

This commit is contained in:
Toby
2022-02-03 21:37:25 -08:00
parent 349ac5e41e
commit 0bb74fcd8d
3 changed files with 32 additions and 12 deletions

View File

@@ -131,6 +131,7 @@ func initApp(c *cli.Context) error {
"version", "url",
"config", "file", "mode",
"addr", "src", "dst", "session", "action",
"retry", "interval",
"code", "msg", "error",
},
TimestampFormat: c.String("log-timestamp"),