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

Allows to change the log driver mode and buffer size. #2116

Merged
merged 1 commit into from
Jun 4, 2020

Conversation

cyriltovena
Copy link
Contributor

Before those configs where not allowed, but docker can use them to have a different log delivery behaviour.

see https://docs.docker.com/config/containers/logging/configure/#configure-the-delivery-mode-of-log-messages-from-container-to-log-driver

Potentially fixes #2017

Signed-off-by: Cyril Tovena cyril.tovena@gmail.com

Before those configs where not allowed, but docker can use them to have a different log delivery behaviour.

see https://docs.docker.com/config/containers/logging/configure/#configure-the-delivery-mode-of-log-messages-from-container-to-log-driver

Potentially fixes grafana#2017

Signed-off-by: Cyril Tovena <cyril.tovena@gmail.com>
@codecov-commenter
Copy link

Codecov Report

Merging #2116 into master will decrease coverage by 0.01%.
The diff coverage is 0.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #2116      +/-   ##
==========================================
- Coverage   61.25%   61.24%   -0.02%     
==========================================
  Files         146      146              
  Lines       11193    11195       +2     
==========================================
  Hits         6856     6856              
- Misses       3791     3793       +2     
  Partials      546      546              
Impacted Files Coverage Δ
cmd/docker-driver/config.go 7.26% <0.00%> (-0.09%) ⬇️

@cyriltovena cyriltovena merged commit bedab49 into grafana:master Jun 4, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

docker is practically unusable when the loki endpoint is not accessible
4 participants