fix(log): wrong start msg

This commit is contained in:
nullcat
2026-05-18 04:27:09 +08:00
parent ab2addd893
commit b1b9a21eb2
+1 -1
View File
@@ -70,7 +70,7 @@ func main() {
logger := core.NewLogger(*logLevel, *useJsonFormatLogger)
logger.Info("Starting tslink server", "level", logLevel, "configPath", configPath)
logger.Info("Starting tslink server", "level", *logLevel, "configPath", *configPath)
for {
isStopped := serviceLogic(*configPath, logger)