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

Use info as default logging level #159

Merged
merged 1 commit into from
Jul 24, 2019
Merged

Use info as default logging level #159

merged 1 commit into from
Jul 24, 2019

Conversation

dpordomingo
Copy link
Contributor

required by https://github.com/src-d/sourced-ce/issues/142

When approved, the logging level of gitbase, gitcollector and ghsync will be configurable with LOG_LEVEL environment var, e.g:

$ LOG_LEVEL=debug sourced init

will make that those components log all messages, and

$ LOG_LEVEL=error sourced init

will make that those components log only error more severe messages.

The rest of the components are blocked by certain issues, as described in causing https://github.com/src-d/sourced-ce/issues/142

Signed-off-by: David Pordomingo <[email protected]>
@dpordomingo dpordomingo added the enhancement New feature or request label Jul 21, 2019
@dpordomingo dpordomingo requested a review from a team July 21, 2019 17:10
@dpordomingo dpordomingo self-assigned this Jul 21, 2019
@smacker smacker merged commit 4771d09 into src-d:master Jul 24, 2019
@dpordomingo dpordomingo deleted the log-level branch July 29, 2019 17:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants