Improve log output

This commit is contained in:
HynoR 2023-11-09 16:43:14 +08:00
parent 14e3211226
commit 7b68bbf84a

View File

@ -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()