chore(log): add config path into log

This commit is contained in:
nullcat
2026-05-17 18:57:53 +08:00
parent f0f9a23813
commit 962ea6be21
+1 -1
View File
@@ -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(