Skip to content

Commit

Permalink
[skip-version-check] Fix LogLevel Typo (#4)
Browse files Browse the repository at this point in the history
* fix typo in template

* changelog
  • Loading branch information
juan-coralogix authored Dec 15, 2023
1 parent 8c292b1 commit 9a869b5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

### 🧰 Bug fixes 🧰
- Lambda fail on empty empty gzip file for ELB logs.
- Change LogLevel to WARN

### 💡 Enhancements 💡
- Added key_path to ungzip error log for reference.
Expand Down
2 changes: 1 addition & 1 deletion template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ Parameters:
- "WARN"
- "ERROR"
- "DEBUG"
Default: "WARM"
Default: "WARN"

S3BucketName:
Type: String
Expand Down

0 comments on commit 9a869b5

Please sign in to comment.