Log the port

This commit is contained in:
tiltowait
2025-10-28 08:51:17 -07:00
parent a1be538d14
commit 214e02fa6a

View File

@ -62,7 +62,7 @@ without an internet connection.`,
return nil
},
Run: func(cmd *cobra.Command, args []string) {
slog.Info("Starting images-processor", "imagesDir", imagesDir, "baseURL", baseURL, "quality", quality)
slog.Info("Starting images-processor", "imagesDir", imagesDir, "baseURL", baseURL, "quality", quality, "port", port)
routes.Run(baseURL, imagesDir, port, quality)
},
}