molindo-node-logger
Advanced tools
Changelog
3.0.0
Limit the size of logged variables
for meta.graphql
in the middleware logger
via maxGraphQLVariablesLength
. It's possible that variables
is a big object that could bloat the payload.
maxGraphQLVariablesLength
is 512
, which causes meta.graphql.variables
to be truncated after 512
characters by default.