Skip to content

feat: LOG_LEVEL env var in go#4852

Merged
michaelkedar merged 1 commit into
google:masterfrom
michaelkedar:🪵🎚
Feb 19, 2026

Hidden character warning

The head ref may contain hidden characters: "\ud83e\udeb5\ud83c\udf9a"
Merged

feat: LOG_LEVEL env var in go#4852
michaelkedar merged 1 commit into
google:masterfrom
michaelkedar:🪵🎚

Conversation

@michaelkedar

Copy link
Copy Markdown
Member

discussions were had

@gemini-code-assist

Copy link
Copy Markdown
Contributor

Warning

You have reached your daily quota limit. Please wait up to 24 hours and I will start processing your requests again!

@tobyhawker tobyhawker left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just to be clear, I think the name is fine, it's unambiguous.

Comment thread go/logger/init.go
level = slog.LevelWarn
case "error":
level = slog.LevelError
}

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should there be a default for e.g. a typo

@michaelkedar michaelkedar Feb 19, 2026

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's set to info before the switch

Comment thread go/logger/localhandler.go
@michaelkedar michaelkedar merged commit ee72ee8 into google:master Feb 19, 2026
20 checks passed
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.

2 participants