mirror of
https://github.com/cmz0228/hysteria-dev.git
synced 2025-08-18 15:21:45 +00:00
chore: minor log format change
This commit is contained in:
@@ -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()
|
||||
}()
|
||||
}
|
||||
|
@@ -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",
|
||||
},
|
||||
|
Reference in New Issue
Block a user