Skip to content

Commit

Permalink
fix: change log level from trace to info for default Atmos JSON Schem…
Browse files Browse the repository at this point in the history
…a message
  • Loading branch information
haitham911 committed Nov 17, 2024
1 parent 411963c commit 4dddaa4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/exec/validate_stacks.go
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ func ValidateStacks(cliConfig schema.CliConfiguration) error {

if cliConfig.Schemas.Atmos.Manifest == "" {
cliConfig.Schemas.Atmos.Manifest = atmosManifestDefault
u.LogTrace(cliConfig, fmt.Sprintf("The Atmos JSON Schema file is not configured. Using the default schema '%s'", atmosManifestDefault))
u.LogInfo(cliConfig, fmt.Sprintf("The Atmos JSON Schema file is not configured. Using the default schema '%s'", atmosManifestDefault))
}
atmosManifestJsonSchemaFileAbsPath := path.Join(cliConfig.BasePath, cliConfig.Schemas.Atmos.Manifest)

Expand Down

0 comments on commit 4dddaa4

Please sign in to comment.