Commit Graph

22 Commits

Author SHA1 Message Date
Marko
cd3ce0c7a4
perf(log): use sonic json lib (#22233) 2024-10-22 17:43:32 +00:00
Julien Robert
6276b015bb
chore: fix all lint issue since golangci-lint bump (#21326) 2024-08-16 13:03:24 +00:00
Aaron Craelius
5c90246b3f
feat(log): remove core dependency and update core interface to be dependency free (#21045)
Co-authored-by: marbar3778 <marbar3778@yahoo.com>
Co-authored-by: Julien Robert <julien@rbrt.fr>
2024-07-26 11:00:27 +00:00
Marko
9436bcb7f2
chore: various cleanup (#20864) 2024-07-18 09:12:58 +00:00
Marko
1b47dc91a3
chore: move logger to core (#20388) 2024-05-28 12:30:09 +00:00
Qt
83a7f0ee37
docs(log,crypto,depinject/appconfig): update docs (#19625)
Co-authored-by: Julien Robert <julien@rbrt.fr>
2024-03-04 10:18:04 +00:00
dependabot[bot]
b418daed4d
build(deps): Bump github.com/rs/zerolog from 1.31.0 to 1.32.0 (#19346)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Julien Robert <julien@rbrt.fr>
2024-02-05 09:49:10 +00:00
Devon Bear
d55985637e
feat(log): add warn log level (#18898)
Co-authored-by: marbar3778 <marbar3778@yahoo.com>
2023-12-30 11:30:35 +00:00
Halimao
c14ea022db
feat(log): add hook option to log (#18916) 2023-12-30 11:22:45 +00:00
lilas
b494d6a23e
feat(log): support customization of log json marshal (#18429)
Co-authored-by: Julien Robert <julien@rbrt.fr>
Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
2023-11-12 13:28:09 +00:00
Julien Robert
03fb7da26d
fix(log): custom marshaller produce invalid data (#17532) 2023-08-25 13:14:24 +00:00
zakir
0b7d2d310b
fix(log): add fallback to Stringer when type do not implement json.Marshaler interface (#17205) 2023-07-31 10:33:15 +00:00
Julien Robert
88f2c830b0
feat(log): add stacktrace display option (#16825) 2023-07-04 16:09:19 +00:00
Artur Troian
be5e3aa52b
feat(log): extend logger options (#15956)
Signed-off-by: Artur Troian <troian.ap@gmail.com>
2023-04-27 19:39:56 +00:00
Julien Robert
d21f58c638
feat(log): wire logger filtering (#15601) 2023-03-30 09:48:38 +00:00
Julien Robert
ea8c76eb65
feat: add filtering to logger (#15212) 2023-03-13 13:16:20 +00:00
Mark Rushakoff
f151bf627a
refactor(log): require destination in calls to NewLogger (#15262) 2023-03-06 19:05:49 +00:00
Mark Rushakoff
08be7ab2f5
refactor(log): restore customized nop logger (#15257) 2023-03-03 14:33:25 +00:00
Julien Robert
5d559dd265
feat!: use cosmossdk.io/log logger (#15011) 2023-02-27 21:36:22 +00:00
Julien Robert
a7ac29e3f4
chore: rename log pkg and add zerolog (#14955) 2023-02-08 11:32:22 +00:00
Marko
7c50238af0
refactor: modify interface to match comets (#14904) 2023-02-04 11:04:49 +00:00
Marko
6b256ce7c0
refactor: add logger package (#14872)
Co-authored-by: Julien Robert <julien@rbrt.fr>
2023-02-01 23:42:15 +00:00