mirror of
https://github.com/the-second-city/faceclaimer.git
synced 2025-10-29 03:56:02 -07:00
Log the port
This commit is contained in:
@ -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)
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user