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

Add timestamps to the nitro-shim log output #1887

Closed
wants to merge 1 commit into from

Commits on Jul 10, 2023

  1. Add timestamps to the nitro-shim log output

    After launching the enclave application `run.sh` execs `sleep.sh`
    which periodically polls the enclave state and exits if it dies,
    propagating the failure to the container.
    
    In debugging, it's difficult to match up events in the container
    log, which are largely the trace output of the run and sleep
    scripts, so add periodic timestamps to it's clear how long things
    were running.
    rillian committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    8b540b8 View commit details
    Browse the repository at this point in the history