flow-go icon indicating copy to clipboard operation
flow-go copied to clipboard

Mercilessly refactor the minority of `zerolog` calls via `.logger` to become like the majority `.log.`

Open simonhf opened this issue 3 years ago • 1 comments

Problem Definition

When examining zerolog calls across the source code then the vast majority of objects are called .log. but there is a minority called .logger..

Proposed Solution

Mercilessly refactor the .logger. names into .log. names.

Definition of Done

No more .logger. :-)

simonhf avatar Jul 29 '22 00:07 simonhf

More info here [1].

[1] https://www.notion.so/dapperlabs/Comprehend-logs-forward-port-debug-logs-804323ea1973438ea0671998df2484bf

simonhf avatar Jul 29 '22 01:07 simonhf