Skip to content
Snippets Groups Projects
Commit f408d582 authored by Rhys Arkins's avatar Rhys Arkins
Browse files

fix: serialize body in logs

parent da06af84
No related merge requests found
......@@ -22,6 +22,7 @@ function initLogger() {
bunyanLogger = bunyan.createLogger({
name: 'renovate',
serializers: {
body: configSerializer,
config: configSerializer,
},
streams: [stdout],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment