coreos / mayday

A diagnostics tool for capturing system state.
Apache License 2.0
80 stars 27 forks source link

add docker logging #32

Closed tschuy closed 8 years ago

tschuy commented 8 years ago

This reads and copies /var/lib/docker/containers/{uuid}/config.v2.json.

If mayday isn't in danger mode, the Config->Env portion is deleted. If mayday is in danger mode, logs are collected using docker logs.

brianredbeard commented 8 years ago

Hot damn.

LGTM