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

log-parser: Support reading from stdin #112

Merged

Commits on Mar 13, 2018

  1. log-parser: Improve comment

    Document `HexByteReader.Read()` more clearly.
    
    Signed-off-by: James O. D. Hunt <james.o.hunt@intel.com>
    jodh-intel committed Mar 13, 2018
    Configuration menu
    Copy the full SHA
    7963dcb View commit details
    Browse the repository at this point in the history
  2. log-parser: Support reading from stdin

    Allow the `file` argument to be specified as "`-`" meaning
    "read from standard input".
    
    Fixes kata-containers#111.
    
    Signed-off-by: James O. D. Hunt <james.o.hunt@intel.com>
    jodh-intel committed Mar 13, 2018
    Configuration menu
    Copy the full SHA
    8b61758 View commit details
    Browse the repository at this point in the history