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

[cli] Write to stdout/stderr, allow redirection #207

Merged
merged 3 commits into from
Jun 7, 2018

Commits on Jun 3, 2018

  1. [cli] Write to stdout/stderr, allow redirection

    Previously, slf4j-simple from generator core was being used. This writes
    to only a single stream (STDERR) and is confusing from a CLI tooling
    perspective.
    
    This consumes logback in CLI, and excludes core's slf4j-simple
    dependency. This allows us to define multiple appenders, one for STDOUT
    and one for STDERR.
    
    WARN messages and lower are written to STDOUT. ERROR is written to
    STDERR.
    jimschubert committed Jun 3, 2018
    Configuration menu
    Copy the full SHA
    6b5bb72 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9c1dddd View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2018

  1. Remove slf4j-simple from core project, to avoid conflicts with consum…

    …er logger implementations
    jimschubert committed Jun 4, 2018
    Configuration menu
    Copy the full SHA
    10fe8ae View commit details
    Browse the repository at this point in the history