Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[server] Remove logLevel from server config #9651

Merged
merged 1 commit into from
Apr 29, 2022

Conversation

andrew-farries
Copy link
Contributor

Description

Remove logLevel from the server config and take it from the environment instead. server deployments in Gitpod releases installed with the installer have the LOG_LEVEL env var set here:

common.DefaultEnv(&ctx.Config),

and applied here:

Related Issue(s)

Part of #9097

How to test

Release Notes

NONE

Documentation

none

Where we need it, take it from the environment.
@andrew-farries andrew-farries requested a review from a team April 29, 2022 12:34
@github-actions github-actions bot added the team: webapp Issue belongs to the WebApp team label Apr 29, 2022
Copy link
Member

@geropl geropl left a comment

Choose a reason for hiding this comment

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

Nice! 👣

@roboquat roboquat merged commit 5509d9e into main Apr 29, 2022
@roboquat roboquat deleted the af/server-remove-log-level-from-config branch April 29, 2022 13:32
@roboquat roboquat added deployed: webapp Meta team change is running in production deployed Change is completely running in production labels May 4, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
deployed: webapp Meta team change is running in production deployed Change is completely running in production release-note-none size/XS team: webapp Issue belongs to the WebApp team
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants