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

Fix gitbase LOG_LEVEL var in compose file #228

Merged
merged 1 commit into from Aug 27, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Expand Up @@ -13,6 +13,7 @@
### Fixed

- Fix incorrect value for GITCOLLECTOR_LIMIT_CPU in some cases ([#225](https://github.com/src-d/sourced-ce/issues/225))
- Fix gitbase `LOG_LEVEL` environment variable in the compose file ([#228](https://github.com/src-d/sourced-ce/issues/228)).

## [v0.15.0](https://github.com/src-d/sourced-ce/releases/tag/v0.15.0) - 2019-08-21

Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Expand Up @@ -59,7 +59,7 @@ services:
environment:
BBLFSH_ENDPOINT: bblfsh:9432
SIVA: ${GITBASE_SIVA}
GITBASE_LOG_LEVEL: ${LOG_LEVE-info}
GITBASE_LOG_LEVEL: ${LOG_LEVEL-info}
depends_on:
- bblfsh
volumes:
Expand Down