mirror of
https://github.com/steveiliop56/tinyauth.git
synced 2025-10-28 04:35:40 +00:00
refactor: touch up loggin in healthcheck command
This commit is contained in:
@@ -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{}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user