refactor: chaos redundant, shorter message

This commit is contained in:
2025-03-16 13:54:07 +01:00
parent d1e49d17ce
commit cb63cfe9c2
2 changed files with 3 additions and 5 deletions

View File

@ -185,7 +185,7 @@ var AppNewCommand = &cobra.Command{
newAppServer = "local"
}
log.Infof("%s created successfully (version: %s, chaos: %s)", appDomain, recipeVersion, chaosVersion)
log.Infof("%s created (version: %s)", appDomain, recipeVersion)
if len(appSecrets) > 0 {
rows := [][]string{}