lidofinance/lido-oracle

Fix logging STDOUT/STDERR streams

Closed this issue · 2 comments

All logs by default should go to STDOUT (especially logs with INFO level of severity)
Interaction with the user should go to STDOUT
errors should go to STDERR

Tests should assert the exact streams

  • Base: daemon_v2 HEAD (after merging prysm support)
  • PR target: daemon_v2
  • Tests should cover the changes
  • Tests should pass

@onionglass could you please adapt @vsmelov 's code to our updated daemon_v2 branch and fix the issue you highlighted in PR?