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

Do not set debug log level when debug flag is used #4860

Merged
merged 1 commit into from
Apr 20, 2017

Conversation

garagatyi
Copy link

@garagatyi garagatyi commented Apr 20, 2017

What does this PR do?

Unset debug level when --debug is used to not use it as default behavior.
To set debug log level use env variable from CLI help.
Also not setting CHE_LOG_LEVEL doesn't work because of the default issue, so this PR fixes this behavior.

Changelog

Do not use debug log level as default when master debug mode is enabled.

Release Notes

Docs PR

Unset debug level when --debug is used to not use it as default behavior.
To set debug log level use env variable from CLI help.
@garagatyi garagatyi added the kind/task Internal things, technical debt, and to-do tasks to be performed. label Apr 20, 2017
@garagatyi garagatyi requested review from benoitf and skabashnyuk and removed request for benoitf April 20, 2017 12:14
@skabashnyuk skabashnyuk added this to the 5.9.0 milestone Apr 20, 2017
@codenvy-ci
Copy link

@garagatyi garagatyi merged commit b3ce50f into master Apr 20, 2017
@garagatyi garagatyi deleted the debugLogLevelNonDefault branch April 20, 2017 13:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/task Internal things, technical debt, and to-do tasks to be performed.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants