Skip to content

Conversation

@mattatcha
Copy link
Member

Using the event timestamp should prevent duplicate logs when a container restarts.

debug("pump.pumpLogs():", id, "ignored: environ ignore")
return
}
if !logDriverSupported(container) {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This drops the following functionality 324db6e.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Damn it. I didn't mean to remove that commit.

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"
@ebr
Copy link
Contributor

ebr commented Aug 28, 2016

How is it looking for getting this merged (without breaking the work done in #191)?
I'm between a rock and a hard place: would like to run master in hopes for a fix for #206, but I need to run my fork based on #201 in order to avoid duplication.

@michaelshobbs
Copy link
Member

@MattAitchison do you still want to pursue this route?

@mattatcha
Copy link
Member Author

@michaelshobbs yeah I do. I believe its a better route since it should prevent missing log output as described here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment