mirror of
https://github.com/cedar2025/hysteria.git
synced 2025-06-18 18:49:50 +00:00
chore: minor log format change
This commit is contained in:
parent
f3f604b59a
commit
a4c61e285e
@ -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",
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user