mozilla / fx-private-relay

Keep your email safe from hackers and trackers. Make an email alias with 1 click, and keep your address to yourself.
https://relay.firefox.com
Other
1.44k stars 166 forks source link

Consolidate event loggers #4745

Open say-yawn opened 1 month ago

say-yawn commented 1 month ago

Due to https://github.com/mozilla/fx-private-relay/pull/1422 we ended up having two different event loggers to handleINFO level logs to stdout (eventsinfo logger) while the WARNING and ERROR logs were sent to stderr (events). We should revisit with the SRE to see if this can be consolidated now.