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

v3.2 #292

Merged
merged 83 commits into from Apr 14, 2017
Merged

v3.2 #292

merged 83 commits into from Apr 14, 2017

Conversation

michaelshobbs
Copy link
Member

@michaelshobbs michaelshobbs commented Apr 14, 2017

Fixed

Added

Changed

micahhausler and others added 30 commits July 9, 2015 16:36
reconnect log stream unless container is dead
Some instructions and helper scripts for working on custom modules.
Make Build Script Extentable
trying to hit /logs for a container that does not support that endpoint
results in the following error in that container's stdout

"Error running logs job: configured logging reader does not support
reading"
ignore containers with unsupported log drivers
Updated the first example to include the `+tls` both as a best practice TLDR and to demonstrate how to use the optional transports.
Add more configuration examples to README
custom: Update README and include example build script
* Use InactivityTimeout to work around a bug in docker.

Log rotation causes 'docker logs --follow' to stop outputing logs
(moby/moby#23913).

We work around this by detecting inactivity in a log stream and
restarting its pump. We restart the pump with argument
Since=Now-InactivityTimeout to catch any logs we may have "missed" due
to log rotation (this is harmless for truly silent log streams).

* gofmt -w router/pump.go

* Add mention of INACTIVITY_TIMEOUT flag to README.
* Filter by label

* Filter by label - fix with return statement

* Prefer strings.SplitN

* Ignore label filters if missing semicolon would cause panic
This was done to upgrade the go version and resolve a go build import
error for go-check
michaelshobbs and others added 29 commits March 30, 2017 18:17
add env.var switch to turn off backlogs
use alpine + build script and add test for custom image building.
preserve buffer on reconnect() AND reconnect on connection reset by peer
@michaelshobbs michaelshobbs merged commit 2d13ae0 into release Apr 14, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet