mirror of
https://github.com/cmz0228/hysteria-dev.git
synced 2025-06-24 13:29:59 +00:00
Improve log output
This commit is contained in:
parent
14e3211226
commit
7b68bbf84a
@ -729,7 +729,7 @@ func runServer(cmd *cobra.Command, args []string) {
|
||||
if err != nil {
|
||||
logger.Fatal("failed to initialize server", zap.Error(err))
|
||||
}
|
||||
logger.Info("server up and running")
|
||||
logger.Info("hysteria server up and running", zap.String("listen", config.Listen))
|
||||
|
||||
if !disableUpdateCheck {
|
||||
go runCheckUpdateServer()
|
||||
|
Loading…
x
Reference in New Issue
Block a user