summaryrefslogtreecommitdiffhomepage
path: root/pkg
diff options
context:
space:
mode:
authorNicolas Lacasse <nlacasse@google.com>2018-10-04 11:00:40 -0700
committerShentubot <shentubot@google.com>2018-10-04 11:01:44 -0700
commit4a00ea557c6e60cdd131b2a9866aa3b0bcb9cb2c (patch)
treebe1cec992ce54deb43a2574fb41c160d82e3381e /pkg
parent3f46f2e5017106d1569f759b8d19aee6e9827c58 (diff)
Capture boot panics in debug log.
Docker and Containerd both eat the boot processes stderr, making it difficult to track down panics (which are always written to stderr). This CL makes the boot process dup its debug log FD to stderr, so that panics will be captured in the debug log, which is better than nothing. This is the 3rd try at this CL. Previous attempts were foiled because Docker expects the 'create' command to pass its stdio directly to the container, so duping stderr in 'create' caused the applications stderr to go to the log file, which breaks many applications (including our mysql test). I added a new image_test that makes sure stdout and stderr are handled correctly. PiperOrigin-RevId: 215767328 Change-Id: Icebac5a5dcf39b623b79d7a0e2f968e059130059
Diffstat (limited to 'pkg')
0 files changed, 0 insertions, 0 deletions