clearcontainers / runtime

OCI (Open Containers Initiative) compatible runtime using Virtual Machines
Apache License 2.0
589 stars 70 forks source link

docs: Explain how to enable agent debug #1077

Closed jodh-intel closed 6 years ago

jodh-intel commented 6 years ago

Add details on how to enable debug for the agent process.

Fixes #1076.

Signed-off-by: James O. D. Hunt james.o.hunt@intel.com

jodh-intel commented 6 years ago

Hi @klynnrif - ptal.

/cc @mcastelino.

jodh-intel commented 6 years ago

FTR, yes, I know I could have chained together the sed commands with -e. However, I think it is clearer to have them separate since:

jodh-intel commented 6 years ago

Thanks @klynnrif - branch updated.

devimc commented 6 years ago

lgtm

Approved with PullApprove Approved with PullApprove

mcastelino commented 6 years ago

@jodh-intel thanks... this closes most of the debug gaps except the actual console access.

jodh-intel commented 6 years ago

@mcastelino - right. We're still after feedback on https://github.com/kata-containers/agent/issues/169 which I opened to explore our options for that.