mirror of
https://github.com/cedar2025/hysteria.git
synced 2025-06-19 02:59: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()
|
errChan <- tunServer.ListenAndServe()
|
||||||
}()
|
}()
|
||||||
}
|
}
|
||||||
|
@ -57,7 +57,7 @@ var rootCmd = &cobra.Command{
|
|||||||
FieldsOrder: []string{
|
FieldsOrder: []string{
|
||||||
"version", "url",
|
"version", "url",
|
||||||
"config", "file", "mode",
|
"config", "file", "mode",
|
||||||
"addr", "src", "dst", "session", "action",
|
"addr", "src", "dst", "session", "action", "interface",
|
||||||
"retry", "interval",
|
"retry", "interval",
|
||||||
"code", "msg", "error",
|
"code", "msg", "error",
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user