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

Make log target configurable #105

Merged
merged 1 commit into from Apr 18, 2017
Merged

Make log target configurable #105

merged 1 commit into from Apr 18, 2017

Commits on Mar 29, 2017

  1. Make log target configurable

    Right now `env_logger` always logs to stderr. This might be
    undesireable in some cases.
    
    This commit adds a way to configure the log target. It can be set to
    stdout if desired.
    
    Note that writing to stdout is implemented with `println!` instead of
    `writeln!`, so that the output is properly captured in tests.
    dbrgn committed Mar 29, 2017
    Copy the full SHA
    a161734 View commit details
    Browse the repository at this point in the history