I've tried the below settings in Node
log_format="lvl name message"
log_format="lvl name:0 message"
Neither remove the padding for name. I looked through the source and it appears to be a conflict with the default padding setting, and a Number check you have in formatter.
If I edit the source for name and remove the default padding, things behave.
As an alternative solution I looked through the docs in regards to dynamicFormats and staticFormats and it's unclear how to use those formats once created.
I've tried the below settings in Node
Neither remove the padding for
name. I looked through the source and it appears to be a conflict with the default padding setting, and a Number check you have in formatter.If I edit the source for
nameand remove the defaultpadding, things behave.As an alternative solution I looked through the docs in regards to
dynamicFormatsandstaticFormatsand it's unclear how to use those formats once created.