Author | SHA1 | Message | Date |
---|---|---|---|
Sam Kleinman |
0bded371c5
|
testing: logger cleanup (#8153)
This contains two major changes: - Remove the legacy test logging method, and just explicitly call the noop logger. This is just to make the test logging behavior more coherent and clear. - Move the logging in the light package from the testing.T logger to the noop logger. It's really the case that we very rarely need/want to consider test logs unless we're doing reproductions and running a narrow set of tests. In most cases, I (for one) prefer to run in verbose mode so I can watch progress of tests, but I basically never need to consider logs. If I do want to see logs, then I can edit in the testing.T logger locally (which is what you have to do today, anyway.) |
3 years ago |
Sam Kleinman |
8ff367ad29
|
log: avoid use of legacy test logging (#7583) | 3 years ago |
Sam Kleinman |
0f3f2aa4bc
|
log: remove support for traces (#7542) | 3 years ago |
Sam Kleinman |
f56df58fe8
|
testing,log: add testing.T logger connector (#7447) | 3 years ago |
Aleksandr Bezobchuk |
3635c7a382
|
logger: refactor Tendermint logger by using zerolog (#6534) | 4 years ago |