refactor: touch up loggin in healthcheck command

This commit is contained in:
Stavros
2025-10-07 15:41:39 +03:00
parent 103285855e
commit bbf8112995

View File

@@ -72,7 +72,7 @@ func (c *healthcheckCmd) run(cmd *cobra.Command, args []string) {
appUrl = args[0]
}
log.Info().Str("appUrl", appUrl).Msg("Performing health check")
log.Info().Str("app_url", appUrl).Msg("Performing health check")
client := http.Client{}