From 962ea6be21d735a18f0fa3d77494ad20bd4d65ba Mon Sep 17 00:00:00 2001 From: nullcat Date: Sun, 17 May 2026 18:57:53 +0800 Subject: [PATCH] chore(log): add config path into log --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index 0f29f5d..612ea60 100644 --- a/main.go +++ b/main.go @@ -19,7 +19,7 @@ func main() { logger := core.NewLogger(*logLevel, *useJsonFormatLogger) - logger.Info("Starting tslink server", "level", *logLevel) + logger.Info("Starting tslink server", "level", *logLevel, "configPath", *configPath) cfg, err := core.LoadConfig(*configPath) if err != nil { logger.With(