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 journald with structured logging zap, rename to "--log-outputs" #9624

Merged
merged 22 commits into from
Apr 25, 2018

Commits on Apr 25, 2018

  1. pkg/logutil: add "NewJournaldWriter"

    Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
    gyuho committed Apr 25, 2018
    Configuration menu
    Copy the full SHA
    fcbb303 View commit details
    Browse the repository at this point in the history
  2. pkg/logutil: add "NewGRPCLoggerV2FromZapCore"

    Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
    gyuho committed Apr 25, 2018
    Configuration menu
    Copy the full SHA
    1fa80bf View commit details
    Browse the repository at this point in the history
  3. embed: set journald logging with zap

    Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
    gyuho committed Apr 25, 2018
    Configuration menu
    Copy the full SHA
    48d5542 View commit details
    Browse the repository at this point in the history
  4. pkg/logutil: add "NewRaftLoggerFromZapCore"

    Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
    gyuho committed Apr 25, 2018
    Configuration menu
    Copy the full SHA
    6df3179 View commit details
    Browse the repository at this point in the history
  5. embed: change "loggerConfig" to "*zap.Config"

    Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
    gyuho committed Apr 25, 2018
    Configuration menu
    Copy the full SHA
    69c51e2 View commit details
    Browse the repository at this point in the history
  6. pkg/logutil: change "NewRaftLogger" function signature

    Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
    gyuho committed Apr 25, 2018
    Configuration menu
    Copy the full SHA
    a34dd27 View commit details
    Browse the repository at this point in the history
  7. embed: add "loggerCore" field for Raft logger

    Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
    gyuho committed Apr 25, 2018
    Configuration menu
    Copy the full SHA
    d33a74d View commit details
    Browse the repository at this point in the history
  8. etcdserver: add "LoggerCore" field for Raft logger

    Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
    gyuho committed Apr 25, 2018
    Configuration menu
    Copy the full SHA
    3ea7a5d View commit details
    Browse the repository at this point in the history
  9. embed: rename "LogOutput" to "LogOutputs"

    Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
    gyuho committed Apr 25, 2018
    Configuration menu
    Copy the full SHA
    f99cb35 View commit details
    Browse the repository at this point in the history
  10. CHANGELOG: track logger changes

    Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
    gyuho committed Apr 25, 2018
    Configuration menu
    Copy the full SHA
    d4987f4 View commit details
    Browse the repository at this point in the history
  11. Documentation/upgrades: highlight "embed.Config.LogOutputs" change

    Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
    gyuho committed Apr 25, 2018
    Configuration menu
    Copy the full SHA
    53c5cd5 View commit details
    Browse the repository at this point in the history
  12. functional/rpcpb: change to LogOutputs

    Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
    gyuho committed Apr 25, 2018
    Configuration menu
    Copy the full SHA
    a113d6c View commit details
    Browse the repository at this point in the history
  13. CHANGELOG: highlight "--log-outputs" flag

    Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
    gyuho committed Apr 25, 2018
    Configuration menu
    Copy the full SHA
    0e4c94c View commit details
    Browse the repository at this point in the history
  14. Documentation/upgrades: highlight "--log-outputs"

    Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
    gyuho committed Apr 25, 2018
    Configuration menu
    Copy the full SHA
    22609a6 View commit details
    Browse the repository at this point in the history
  15. etcd.conf.yml.sample: rename to "log-outputs"

    Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
    gyuho committed Apr 25, 2018
    Configuration menu
    Copy the full SHA
    1539fdd View commit details
    Browse the repository at this point in the history
  16. embed,etcdmain: rename to "--log-outputs" flag

    Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
    gyuho committed Apr 25, 2018
    Configuration menu
    Copy the full SHA
    af5bc43 View commit details
    Browse the repository at this point in the history
  17. functional: rename to "log-outputs"

    Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
    gyuho committed Apr 25, 2018
    Configuration menu
    Copy the full SHA
    a6c30ea View commit details
    Browse the repository at this point in the history
  18. *: rename to "--log-outputs" in docs

    Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
    gyuho committed Apr 25, 2018
    Configuration menu
    Copy the full SHA
    58a6034 View commit details
    Browse the repository at this point in the history
  19. *: change typo in "auto-compaction-retention" field

    Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
    gyuho committed Apr 25, 2018
    Configuration menu
    Copy the full SHA
    b748abc View commit details
    Browse the repository at this point in the history
  20. embed,integration,snapshot: use "LogOutputs"

    Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
    gyuho committed Apr 25, 2018
    Configuration menu
    Copy the full SHA
    88c70d0 View commit details
    Browse the repository at this point in the history
  21. pkg/logutil: do not build journald logger on windows

    Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
    gyuho committed Apr 25, 2018
    Configuration menu
    Copy the full SHA
    9cd9ae2 View commit details
    Browse the repository at this point in the history
  22. embed: do not import journald dependencies on windows

    Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
    gyuho committed Apr 25, 2018
    Configuration menu
    Copy the full SHA
    154e2ac View commit details
    Browse the repository at this point in the history