Joystream / joystream

Joystream Monorepo
http://www.joystream.org
GNU General Public License v3.0
1.42k stars 115 forks source link

[Argus] always parse Axios errors before logging #5036

Closed kdembler closed 10 months ago

kdembler commented 10 months ago

Added winston format that will always pre-process logs and make sure we don't log raw axios error. This way we don't need to remember to do this in all the different places where the error can be logged

mnaamani commented 10 months ago

LGTM

Don't worry about the failing tests I've got a fix here https://github.com/Joystream/joystream/pull/5037