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

[Feature] Add experiment zapslog package to integrate with slog #1246

Merged
merged 14 commits into from Mar 17, 2023

Commits on Mar 11, 2023

  1. feat: add zapslog package

    Signed-off-by: Jian Zeng <anonymousknight96@gmail.com>
    knight42 committed Mar 11, 2023
    Configuration menu
    Copy the full SHA
    27add2e View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2023

  1. fix: remove undesired build tag

    Signed-off-by: Jian Zeng <anonymousknight96@gmail.com>
    knight42 committed Mar 14, 2023
    Configuration menu
    Copy the full SHA
    33a5847 View commit details
    Browse the repository at this point in the history
  2. chore: replace context.TODO()

    Signed-off-by: Jian Zeng <anonymousknight96@gmail.com>
    knight42 committed Mar 14, 2023
    Configuration menu
    Copy the full SHA
    b7216e5 View commit details
    Browse the repository at this point in the history
  3. chore: move go.mod one level up

    Signed-off-by: Jian Zeng <anonymousknight96@gmail.com>
    knight42 committed Mar 14, 2023
    Configuration menu
    Copy the full SHA
    a71b85e View commit details
    Browse the repository at this point in the history
  4. refactor: switch to groupObject

    We don't need a extra struct to save the Group Attr, only a list of Attr
    is sufficient.
    
    Signed-off-by: Jian Zeng <anonymousknight96@gmail.com>
    knight42 committed Mar 14, 2023
    Configuration menu
    Copy the full SHA
    45ff71e View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2023

  1. refactor: implement slog.Handler interface around zapcore.Core

    Signed-off-by: Jian Zeng <anonymousknight96@gmail.com>
    knight42 committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    289dc6b View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2023

  1. Configuration menu
    Copy the full SHA
    d5dc1ff View commit details
    Browse the repository at this point in the history
  2. style: make linter happy

    Signed-off-by: Jian Zeng <anonymousknight96@gmail.com>
    knight42 committed Mar 16, 2023
    Configuration menu
    Copy the full SHA
    dbb510d View commit details
    Browse the repository at this point in the history
  3. chore: update deps

    Signed-off-by: Jian Zeng <anonymousknight96@gmail.com>
    knight42 committed Mar 16, 2023
    Configuration menu
    Copy the full SHA
    24573ce View commit details
    Browse the repository at this point in the history
  4. feat: enable users to add caller

    Signed-off-by: Jian Zeng <anonymousknight96@gmail.com>
    knight42 committed Mar 16, 2023
    Configuration menu
    Copy the full SHA
    1ae5945 View commit details
    Browse the repository at this point in the history
  5. doc: rewording

    Signed-off-by: Jian Zeng <anonymousknight96@gmail.com>
    knight42 committed Mar 16, 2023
    Configuration menu
    Copy the full SHA
    24e7bb4 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2023

  1. style: address comments

    Signed-off-by: Jian Zeng <anonymousknight96@gmail.com>
    knight42 committed Mar 17, 2023
    Configuration menu
    Copy the full SHA
    a48a6b0 View commit details
    Browse the repository at this point in the history
  2. test: add test to check caller annotation

    Signed-off-by: Jian Zeng <anonymousknight96@gmail.com>
    knight42 committed Mar 17, 2023
    Configuration menu
    Copy the full SHA
    ba56da7 View commit details
    Browse the repository at this point in the history
  3. Fix lint

    mway committed Mar 17, 2023
    Configuration menu
    Copy the full SHA
    656ca5e View commit details
    Browse the repository at this point in the history