Skip to content

fix(logs): format log level into correct status#1036

Open
duncanista wants to merge 4 commits intomainfrom
jordan.gonzalez/logs/correctly-format-incoming-level
Open

fix(logs): format log level into correct status#1036
duncanista wants to merge 4 commits intomainfrom
jordan.gonzalez/logs/correctly-format-incoming-level

Conversation

@duncanista
Copy link
Contributor

@duncanista duncanista commented Feb 20, 2026

Overview

Log level was not properly formatted for AWS JSON logs – same goes for our own logs where the level was not truly respected.

#807 and SVLS-8590

Testing

Unit tests and on actual resources.

Before logs with debug appeared as info
Screenshot 2026-02-19 at 7 17 12 PM

Now, all appear with their right level:

Screenshot 2026-02-19 at 7 17 55 PM

incoming logs as JSON might contain a level which we want to send as a status in datadog logs, applied to AWS JSON logs and also internal logs
@duncanista duncanista requested a review from a team as a code owner February 20, 2026 00:06
@duncanista duncanista requested a review from lym953 February 20, 2026 00:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

Comments