You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Originally we had quite some logging that was happening on history/state/beacon network level at info log level. This was very useful for developers, but not really for regular users. Hence we moved some/most of that logging to debug. However, debug log level is way to verbose now, and we should be moving some of the debug to trace (especially a lot of the utp logs) to still have a similar experience as developer.
Additionally, there are quite some logs which are redundant considering the same or similar error message is also transferred a layer up via a Result.
The text was updated successfully, but these errors were encountered:
Originally we had quite some logging that was happening on history/state/beacon network level at
info
log level. This was very useful for developers, but not really for regular users. Hence we moved some/most of that logging todebug
. However,debug
log level is way to verbose now, and we should be moving some of thedebug
totrace
(especially a lot of theutp
logs) to still have a similar experience as developer.Additionally, there are quite some logs which are redundant considering the same or similar error message is also transferred a layer up via a
Result
.The text was updated successfully, but these errors were encountered: