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

Add logger (ibc-go v7) #92

Merged
merged 47 commits into from
Sep 6, 2023
Merged

Add logger (ibc-go v7) #92

merged 47 commits into from
Sep 6, 2023

Commits on Jun 21, 2023

  1. Add logger

    Signed-off-by: Dongri Jin <[email protected]>
    dongrie committed Jun 21, 2023
    Configuration menu
    Copy the full SHA
    a2cde6f View commit details
    Browse the repository at this point in the history
  2. Fix log

    Signed-off-by: Dongri Jin <[email protected]>
    dongrie committed Jun 21, 2023
    Configuration menu
    Copy the full SHA
    bd38968 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2023

  1. merge

    dongrie committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    462040b View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2023

  1. Fix zap logger

    Signed-off-by: Dongri Jin <[email protected]>
    dongrie committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    539ab8c View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2023

  1. Change Error, Info to Errorw, Infow

    Signed-off-by: Dongri Jin <[email protected]>
    dongrie committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    85e3d29 View commit details
    Browse the repository at this point in the history
  2. merge

    dongrie committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    e2c09f4 View commit details
    Browse the repository at this point in the history
  3. AddCallerSkip

    Signed-off-by: Dongri Jin <[email protected]>
    dongrie committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    ee43d90 View commit details
    Browse the repository at this point in the history
  4. Remove logging from cmd/query

    Signed-off-by: Dongri Jin <[email protected]>
    dongrie committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    34e3a9c View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2023

  1. Fix log message

    Signed-off-by: Dongri Jin <[email protected]>
    dongrie committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    b3df4eb View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2023

  1. Add info

    Signed-off-by: Dongri Jin <[email protected]>
    dongrie committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    88b1fe4 View commit details
    Browse the repository at this point in the history
  2. Fix parameter

    Signed-off-by: Dongri Jin <[email protected]>
    dongrie committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    918b1bd View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2023

  1. Configuration menu
    Copy the full SHA
    bad47d0 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2023

  1. Use config.yaml for init logger

    Signed-off-by: Dongri Jin <[email protected]>
    dongrie committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    de504f9 View commit details
    Browse the repository at this point in the history
  2. Refactoring logger

    Signed-off-by: Dongri Jin <[email protected]>
    dongrie committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    c3340ea View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2023

  1. Fix InitLogger

    Signed-off-by: Dongri Jin <[email protected]>
    dongrie committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    93501c6 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2023

  1. merge

    Signed-off-by: Dongri Jin <[email protected]>
    dongrie committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    c5f8dee View commit details
    Browse the repository at this point in the history
  2. Fix retry count

    Signed-off-by: Dongri Jin <[email protected]>
    dongrie committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    131c851 View commit details
    Browse the repository at this point in the history
  3. Add default logger

    Signed-off-by: Dongri Jin <[email protected]>
    dongrie committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    68e40a3 View commit details
    Browse the repository at this point in the history
  4. Disable logger

    Signed-off-by: Dongri Jin <[email protected]>
    dongrie committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    f0114e2 View commit details
    Browse the repository at this point in the history
  5. CI Debug

    Signed-off-by: Dongri Jin <[email protected]>
    dongrie committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    32b8911 View commit details
    Browse the repository at this point in the history
  6. Add chain logger

    Signed-off-by: Dongri Jin <[email protected]>
    dongrie committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    af05024 View commit details
    Browse the repository at this point in the history
  7. Fix retry count

    Signed-off-by: Dongri Jin <[email protected]>
    dongrie committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    b877b1d View commit details
    Browse the repository at this point in the history
  8. CI Debug

    Signed-off-by: Dongri Jin <[email protected]>
    dongrie committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    aa71b40 View commit details
    Browse the repository at this point in the history
  9. Revert

    Signed-off-by: Dongri Jin <[email protected]>
    dongrie committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    6228960 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2023

  1. Fix logger

    Signed-off-by: Dongri Jin <[email protected]>
    dongrie committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    d542e08 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2023

  1. Replace zap to slog

    Signed-off-by: Dongri Jin <[email protected]>
    dongrie committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    8f7817b View commit details
    Browse the repository at this point in the history
  2. Add source

    Signed-off-by: Dongri Jin <[email protected]>
    dongrie committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    e65498a View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2023

  1. Fix slog logger

    Signed-off-by: Dongri Jin <[email protected]>
    dongrie committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    c1e80cf View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2023

  1. merge

    Signed-off-by: Dongri Jin <[email protected]>
    dongrie committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    3ac58b7 View commit details
    Browse the repository at this point in the history
  2. Refactoring logger

    Signed-off-by: Dongri Jin <[email protected]>
    dongrie committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    c0f0ec7 View commit details
    Browse the repository at this point in the history
  3. Change package name

    logger -> log
    
    
    Signed-off-by: Dongri Jin <[email protected]>
    dongrie committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    f01128e View commit details
    Browse the repository at this point in the history
  4. Fix cache key

    Signed-off-by: Dongri Jin <[email protected]>
    dongrie committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    6a1c67d View commit details
    Browse the repository at this point in the history
  5. Fix cache key

    Signed-off-by: Dongri Jin <[email protected]>
    dongrie committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    4314601 View commit details
    Browse the repository at this point in the history
  6. Fix initLogger

    Signed-off-by: Dongri Jin <[email protected]>
    dongrie committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    ead4963 View commit details
    Browse the repository at this point in the history
  7. Revert code

    Signed-off-by: Dongri Jin <[email protected]>
    dongrie committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    d4f9777 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2023

  1. Merge tag 'v0.4.6' into add-logger

    Signed-off-by: Masanori Yoshida <[email protected]>
    siburu committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    2511434 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2023

  1. fix Get{Chain,Connection,Channel}Logger interface

    Signed-off-by: Masanori Yoshida <[email protected]>
    siburu committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    10454ab View commit details
    Browse the repository at this point in the history
  2. rename GetXxxLogger to GetXxxPairLogger and WithXxx to WithXxxPair

    Signed-off-by: Masanori Yoshida <[email protected]>
    siburu committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    6f16b05 View commit details
    Browse the repository at this point in the history
  3. fix logging

    Signed-off-by: Masanori Yoshida <[email protected]>
    siburu committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    c588ba6 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2023

  1. fix logging more

    Signed-off-by: Masanori Yoshida <[email protected]>
    siburu committed Sep 4, 2023
    Configuration menu
    Copy the full SHA
    c6dc00c View commit details
    Browse the repository at this point in the history
  2. use default config if config.yml not found

    Signed-off-by: Masanori Yoshida <[email protected]>
    siburu committed Sep 4, 2023
    Configuration menu
    Copy the full SHA
    5cb6b1b View commit details
    Browse the repository at this point in the history
  3. fix typo

    Signed-off-by: Masanori Yoshida <[email protected]>
    siburu committed Sep 4, 2023
    Configuration menu
    Copy the full SHA
    4322e31 View commit details
    Browse the repository at this point in the history
  4. fix logging in metrics

    Signed-off-by: Masanori Yoshida <[email protected]>
    siburu committed Sep 4, 2023
    Configuration menu
    Copy the full SHA
    dc42584 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2023

  1. Merge pull request #2 from siburu/add-logger

    Fix logger
    dongrie authored Sep 5, 2023
    Configuration menu
    Copy the full SHA
    14cf0c5 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2023

  1. Use slog.Group

    Signed-off-by: Dongri Jin <[email protected]>
    dongrie committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    05ad463 View commit details
    Browse the repository at this point in the history
  2. * Use slog.Level.UnmarshalText

    * Fix incorrect log
    * Array append Optimization 
    
    Signed-off-by: Dongri Jin <[email protected]>
    dongrie committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    46c50e2 View commit details
    Browse the repository at this point in the history
  3. merge

    Signed-off-by: Dongri Jin <[email protected]>
    dongrie committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    853d291 View commit details
    Browse the repository at this point in the history