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

*: support output logs to multiple files #9579

Merged
merged 12 commits into from
Apr 17, 2018

Commits on Apr 17, 2018

  1. embed: support multiple log outputs for structured logging

    Zap support multi-writer by default.
    
    Signed-off-by: Gyuho Lee <[email protected]>
    gyuho committed Apr 17, 2018
    Configuration menu
    Copy the full SHA
    f6f1e0c View commit details
    Browse the repository at this point in the history
  2. CHANGELOG-3.4: highlight multi-log writer change

    Signed-off-by: Gyuho Lee <[email protected]>
    gyuho committed Apr 17, 2018
    Configuration menu
    Copy the full SHA
    954afc9 View commit details
    Browse the repository at this point in the history
  3. embed: change "Config.LogOutput" to []string

    Signed-off-by: Gyuho Lee <[email protected]>
    gyuho committed Apr 17, 2018
    Configuration menu
    Copy the full SHA
    bf93753 View commit details
    Browse the repository at this point in the history
  4. etcdmain: accept multiple values in "--log-output"

    Signed-off-by: Gyuho Lee <[email protected]>
    gyuho committed Apr 17, 2018
    Configuration menu
    Copy the full SHA
    1974785 View commit details
    Browse the repository at this point in the history
  5. snapshot: set string for LogOutput

    Signed-off-by: Gyuho Lee <[email protected]>
    gyuho committed Apr 17, 2018
    Configuration menu
    Copy the full SHA
    3e99487 View commit details
    Browse the repository at this point in the history
  6. integration: set strings for LogOutput

    Signed-off-by: Gyuho Lee <[email protected]>
    gyuho committed Apr 17, 2018
    Configuration menu
    Copy the full SHA
    cd7bfe1 View commit details
    Browse the repository at this point in the history
  7. CHANGELOG-3.4: highlight embed.Config.LogOutput field change

    Signed-off-by: Gyuho Lee <[email protected]>
    gyuho committed Apr 17, 2018
    Configuration menu
    Copy the full SHA
    8049df1 View commit details
    Browse the repository at this point in the history
  8. CHANGELOG-3.4: add "LogOutput" change

    Signed-off-by: Gyuho Lee <[email protected]>
    gyuho committed Apr 17, 2018
    Configuration menu
    Copy the full SHA
    671e4a5 View commit details
    Browse the repository at this point in the history
  9. functional: use strings for LogOutput

    Signed-off-by: Gyuho Lee <[email protected]>
    gyuho committed Apr 17, 2018
    Configuration menu
    Copy the full SHA
    8ee8778 View commit details
    Browse the repository at this point in the history
  10. etcd.conf.yml: change "log-output" type

    Signed-off-by: Gyuho Lee <[email protected]>
    gyuho committed Apr 17, 2018
    Configuration menu
    Copy the full SHA
    7215e54 View commit details
    Browse the repository at this point in the history
  11. Documentation/upgrades: highlight YAML change

    Signed-off-by: Gyuho Lee <[email protected]>
    gyuho committed Apr 17, 2018
    Configuration menu
    Copy the full SHA
    bf86016 View commit details
    Browse the repository at this point in the history
  12. CHANGELOG-3.4: highlight YAML log-output change

    Signed-off-by: Gyuho Lee <[email protected]>
    gyuho committed Apr 17, 2018
    Configuration menu
    Copy the full SHA
    6fec93f View commit details
    Browse the repository at this point in the history