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
dependabot[bot]
5d66cf9450
build(deps): Bump google.golang.org/grpc from 1.64.0 to 1.64.1 ( #20920 )
...
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>
2024-07-10 08:09:24 +00:00
Marko
c7dc9156c3
chore: force reload sonar cloud ( #20480 )
2024-05-29 11:12:09 +00:00
Marko
18a203b783
ci: fix sonar exclusion files ( #20467 )
2024-05-28 13:10:38 +00:00
Marko
1b47dc91a3
chore: move logger to core ( #20388 )
2024-05-28 12:30:09 +00:00
dependabot[bot]
cac2619d75
build(deps): Bump github.com/rs/zerolog from 1.32.0 to 1.33.0 in /log ( #20465 )
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-05-28 07:45:00 +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
hwangjae@dsrv
101a639415
docs(log): fixed incorrect changelog date ( #19276 )
...
Signed-off-by: Hwangjae Lee <meetrick@gmail.com>
2024-01-29 10:39:37 +00:00
Julien Robert
5e6b9885ef
chore: prepare log, errors and depinject minors ( #19010 )
2024-01-10 17:19:51 +00:00
atheeshp
b16aa35d14
test: add tests for cons pubkey rotation ( #18965 )
...
Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
2024-01-09 04:56:14 +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
Emmanuel T Odeke
e049998eb5
build(deps): update grpc, net dependencies per vulnerability advisories ( #18617 )
2023-12-03 16:50:34 +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
dependabot[bot]
079f6406af
build(deps): Bump github.com/mattn/go-isatty from 0.0.19 to 0.0.20 ( #18154 )
...
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>
2023-10-18 06:14:24 +00:00
dependabot[bot]
6009891ed6
build(deps): Bump github.com/google/go-cmp from 0.5.9 to 0.6.0 ( #18053 )
...
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>
2023-10-11 11:04:12 +00:00
dependabot[bot]
aaf68cdcc0
build(deps): Bump gotest.tools/v3 from 3.5.0 to 3.5.1 ( #17777 )
...
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>
2023-09-18 14:04:22 +00:00
Julien Robert
03fb7da26d
fix(log): custom marshaller produce invalid data ( #17532 )
2023-08-25 13:14:24 +00:00
Julien Robert
c33b4db1a3
chore: prepare log 1.2.0 ( #17214 )
2023-08-01 09:59:23 +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
zakir
883264db1b
perf(log): parse log level in filterFunc ( #17194 )
2023-07-30 08:52:51 +00:00
Julien Robert
88f2c830b0
feat(log): add stacktrace display option ( #16825 )
2023-07-04 16:09:19 +00:00
dependabot[bot]
9f8e507219
build(deps): Bump gotest.tools/v3 from 3.4.0 to 3.5.0 ( #16780 )
...
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>
2023-06-30 09:01:58 +00:00
Jacob Gadikian
6afece635c
style: add gci linter ( #16605 )
2023-06-22 15:35:51 +00:00
dependabot[bot]
1f5389e14c
build(deps): Bump github.com/mattn/go-isatty from 0.0.18 to 0.0.19 ( #16241 )
...
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>
2023-05-22 06:30:53 +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
dependabot[bot]
9d84192497
build(deps): Bump github.com/rs/zerolog from 1.29.0 to 1.29.1 in /log ( #15866 )
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-18 07:30:30 +00:00
Jacob Gadikian
0c905e8707
style: bank & autocli ( #15659 )
...
Co-authored-by: Sam Ricotta <samanthalricotta@gmail.com>
Co-authored-by: samricotta <37125168+samricotta@users.noreply.github.com>
2023-04-02 00:20:59 +00:00
Jacob Gadikian
6aaa3cf2ed
style: fix lint issues in log (1/n) ( #15658 )
2023-04-01 17:38:20 +02:00
Jacob Gadikian
b009a75eea
style: make lint-fix everything ( #15631 )
...
Co-authored-by: Julien Robert <julien@rbrt.fr>
2023-03-30 17:27:39 +00:00
Julien Robert
d21f58c638
feat(log): wire logger filtering ( #15601 )
2023-03-30 09:48:38 +00:00
Mark Rushakoff
a7b80d5d8f
feat(log): add NewTestLogger{Info,Error} constructors ( #15604 )
2023-03-29 18:20:49 +00:00
dependabot[bot]
4995cd130a
build(deps): Bump github.com/mattn/go-isatty from 0.0.17 to 0.0.18 ( #15509 )
...
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>
2023-03-22 17:42:29 +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
fab029bff5
refactor(log): associate test logger with testing.T instance ( #15261 )
2023-03-03 20:26:45 +00:00
Mark Rushakoff
08be7ab2f5
refactor(log): restore customized nop logger ( #15257 )
2023-03-03 14:33:25 +00:00
Julien Robert
41c8529ff9
chore: bump cometbft to v0.37.0-rc3 ( #15220 )
2023-03-01 16:30:41 +01:00
Julien Robert
5d559dd265
feat!: use cosmossdk.io/log logger ( #15011 )
2023-02-27 21:36:22 +00:00
Mark Rushakoff
747c29e8fa
refactor(log): elide keyval translation to map ( #15158 )
2023-02-24 19:54:34 +01:00
Julien Robert
27f3c729a3
build(deps): bump to tagged version of CometBFT ( #15118 )
2023-02-21 23:35:56 +01:00
dependabot[bot]
0ccf932c32
build(deps): Bump github.com/rs/zerolog from 1.28.0 to 1.29.0 in /log ( #15009 )
...
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>
2023-02-13 18:45:55 +01:00
Julien Robert
a7ac29e3f4
chore: rename log pkg and add zerolog ( #14955 )
2023-02-08 11:32:22 +00:00
Marko
281017ae90
refactor: use cosmos-sdk/log throughout ( #14909 )
...
## Description
removes the dependency of tendermint/utils/log from countless locations. This is in effort of reducing Tendermint's lib usage in the sdk
this is nonbreaking as the interface is the same. To eliminate tm/utils/log in the sdk we need a few more things. Once we have fully removed the tendermint logger, I would propose we break the interface and define our own for our use case, when we pass the logger to tendermint in the node.New() function we can wrap our logger for its use case
---
### Author Checklist
*All items are required. Please add a note to the item if the item is not applicable and
please add links to any relevant follow up issues.*
I have...
- [ ] included the correct [type prefix](https://github.com/commitizen/conventional-commit-types/blob/v3.0.0/index.json ) in the PR title
- [ ] added `!` to the type prefix if API or client breaking change
- [ ] targeted the correct branch (see [PR Targeting](https://github.com/cosmos/cosmos-sdk/blob/main/CONTRIBUTING.md#pr-targeting ))
- [ ] provided a link to the relevant issue or specification
- [ ] followed the guidelines for [building modules](https://github.com/cosmos/cosmos-sdk/blob/main/docs/docs/building-modules )
- [ ] included the necessary unit and integration [tests](https://github.com/cosmos/cosmos-sdk/blob/main/CONTRIBUTING.md#testing )
- [ ] added a changelog entry to `CHANGELOG.md`
- [ ] included comments for [documenting Go code](https://blog.golang.org/godoc )
- [ ] updated the relevant documentation or specification
- [ ] reviewed "Files changed" and left comments if necessary
- [ ] confirmed all CI checks have passed
### Reviewers Checklist
*All items are required. Please add a note if the item is not applicable and please add
your handle next to the items reviewed if you only reviewed selected items.*
I have...
- [ ] confirmed the correct [type prefix](https://github.com/commitizen/conventional-commit-types/blob/v3.0.0/index.json ) in the PR title
- [ ] confirmed `!` in the type prefix if API or client breaking change
- [ ] confirmed all author checklist items have been addressed
- [ ] reviewed state machine logic
- [ ] reviewed API design and naming
- [ ] reviewed documentation is accurate
- [ ] reviewed tests and test coverage
- [ ] manually tested (if applicable)
2023-02-07 10:54:48 +00:00
Julien Robert
41a3dfeced
refactor!: migrate Cosmos SDK to CometBFT ( #14897 )
2023-02-05 14:51:33 +01: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