3 Commits

Author SHA1 Message Date
Igor Sirotin
cdc41c3b64
feat_: API logging objects with zap.Any (#6125)
* feat_: api logging objects as zap.Any

* test_: fix TestCall
2024-11-29 13:18:59 +00:00
Patryk Osmaczko
c5c28cc568 chore(logging)_: switch to zap.Logger as central logger
Set zap.Logger as the  primary logger for status-go. All geth logs are
now proxied through zap.Logger.

closes: #6029
2024-11-22 10:03:22 +01:00
Patryk Osmaczko
9240222fbe fix_: create request logger ad-hoc in tests
Fixes `TestCall` failing when run concurrently.
2024-10-29 18:50:11 +01:00