Previously we had the same trace logic repeated over and over again - and worse, it usually included the full headers which contains all sorts of useless fields that clog up logging. (also uri is mostly useless when method is included).
So now I just do request id and trace id.
Don't worry - services can, in the future, specify addl trace fns if they really want to!
Previously we had the same trace logic repeated over and over again - and worse, it usually included the full
headers
which contains all sorts of useless fields that clog up logging. (alsouri
is mostly useless whenmethod
is included).So now I just do request id and trace id.
Don't worry - services can, in the future, specify addl trace fns if they really want to!