Skip to content

Commit

Permalink
change log level for inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
njohnstone2 committed Oct 7, 2023
1 parent 4fe9fbd commit 158f775
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/aws-watch/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ func handler(request events.CloudwatchLogsEvent) error {
"data": request.AWSLogs.Data,
"log_level": LOG_LEVEL,
"aws_region": AWS_REGION,
}).Debug("inputs")
}).Info("inputs")

// fetch secrets
secretsClient := NewSecretsClient(AWS_REGION)
Expand Down

0 comments on commit 158f775

Please sign in to comment.