feat: add more context for warning about not having an autoscaling config

This commit is contained in:
Jose Diaz-Gonzalez
2025-07-23 20:15:08 -04:00
parent e7964ee99d
commit 78bde7f817
2 changed files with 64 additions and 1 deletions

View File

@@ -576,7 +576,7 @@ func getAutoscaling(input GetAutoscalingInput) (ProcessAutoscaling, error) {
}
if !ok {
common.LogWarn(fmt.Sprintf("No autoscaling config found for %s", input.AppName))
common.LogWarn(fmt.Sprintf("No autoscaling config found for %s:%s", input.AppName, input.ProcessType))
return ProcessAutoscaling{}, nil
}