chore: minor log format change

This commit is contained in:
Toby 2022-08-09 20:23:22 -07:00
parent f3f604b59a
commit a4c61e285e
2 changed files with 2 additions and 2 deletions

View File

@ -290,7 +290,7 @@ func client(config *clientConfig) {
}
}
}
logrus.WithField("interface", config.TUN.Name).Info("TUN is up and running")
logrus.WithField("interface", config.TUN.Name).Info("TUN up and running")
errChan <- tunServer.ListenAndServe()
}()
}

View File

@ -57,7 +57,7 @@ var rootCmd = &cobra.Command{
FieldsOrder: []string{
"version", "url",
"config", "file", "mode",
"addr", "src", "dst", "session", "action",
"addr", "src", "dst", "session", "action", "interface",
"retry", "interval",
"code", "msg", "error",
},