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

verbose output #46

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

verbose output #46

wants to merge 2 commits into from

Commits on Apr 7, 2017

  1. logger: provide contexted logging

    This package provides contexted logging. Create logrus logger, and add
    it to context value. It help to print output to stderr.
    
    Signed-off-by: xiekeyang <xiekeyang@huawei.com>
    xiekeyang committed Apr 7, 2017
    Configuration menu
    Copy the full SHA
    857c8d8 View commit details
    Browse the repository at this point in the history
  2. verbose output

    Verbose output utilizes public logger pakcage. It create command context
    with which logger can be retrieved.
    
    Signed-off-by: xiekeyang <xiekeyang@huawei.com>
    xiekeyang committed Apr 7, 2017
    Configuration menu
    Copy the full SHA
    8b10600 View commit details
    Browse the repository at this point in the history