-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add logger Signed-off-by: Dongri Jin <[email protected]> * Fix log Signed-off-by: Dongri Jin <[email protected]> * Fix zap logger Signed-off-by: Dongri Jin <[email protected]> * Change Error, Info to Errorw, Infow Signed-off-by: Dongri Jin <[email protected]> * AddCallerSkip Signed-off-by: Dongri Jin <[email protected]> * Remove logging from cmd/query Signed-off-by: Dongri Jin <[email protected]> * Fix log message Signed-off-by: Dongri Jin <[email protected]> * Add info Signed-off-by: Dongri Jin <[email protected]> * Fix parameter Signed-off-by: Dongri Jin <[email protected]> * Use config.yaml for init logger Signed-off-by: Dongri Jin <[email protected]> * Refactoring logger Signed-off-by: Dongri Jin <[email protected]> * Fix InitLogger Signed-off-by: Dongri Jin <[email protected]> * Fix retry count Signed-off-by: Dongri Jin <[email protected]> * Add default logger Signed-off-by: Dongri Jin <[email protected]> * Disable logger Signed-off-by: Dongri Jin <[email protected]> * CI Debug Signed-off-by: Dongri Jin <[email protected]> * Add chain logger Signed-off-by: Dongri Jin <[email protected]> * Fix retry count Signed-off-by: Dongri Jin <[email protected]> * CI Debug Signed-off-by: Dongri Jin <[email protected]> * Revert Signed-off-by: Dongri Jin <[email protected]> * Fix logger Signed-off-by: Dongri Jin <[email protected]> * Replace zap to slog Signed-off-by: Dongri Jin <[email protected]> * Add source Signed-off-by: Dongri Jin <[email protected]> * Fix slog logger Signed-off-by: Dongri Jin <[email protected]> * Refactoring logger Signed-off-by: Dongri Jin <[email protected]> * Change package name logger -> log Signed-off-by: Dongri Jin <[email protected]> * Fix cache key Signed-off-by: Dongri Jin <[email protected]> * Fix cache key Signed-off-by: Dongri Jin <[email protected]> * Fix initLogger Signed-off-by: Dongri Jin <[email protected]> * Revert code Signed-off-by: Dongri Jin <[email protected]> * fix Get{Chain,Connection,Channel}Logger interface Signed-off-by: Masanori Yoshida <[email protected]> * rename GetXxxLogger to GetXxxPairLogger and WithXxx to WithXxxPair Signed-off-by: Masanori Yoshida <[email protected]> * fix logging Signed-off-by: Masanori Yoshida <[email protected]> * fix logging more Signed-off-by: Masanori Yoshida <[email protected]> * use default config if config.yml not found Signed-off-by: Masanori Yoshida <[email protected]> * fix typo Signed-off-by: Masanori Yoshida <[email protected]> * fix logging in metrics Signed-off-by: Masanori Yoshida <[email protected]> * Use slog.Group Signed-off-by: Dongri Jin <[email protected]> * * Use slog.Level.UnmarshalText * Fix incorrect log * Array append Optimization Signed-off-by: Dongri Jin <[email protected]> --------- Signed-off-by: Dongri Jin <[email protected]> Signed-off-by: Masanori Yoshida <[email protected]> Co-authored-by: Masanori Yoshida <[email protected]>
- Loading branch information
Showing
17 changed files
with
648 additions
and
76 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.