You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sorry I know you get a lot of these questions but every time I think I understand how things are going to be output it's not what I expected.
I'm trying to figure out why (in Stackdriver) the merge object is empty except for the things set during logger creation. And why I don't ever see error information logged. I may very well have a plugin or misconfiguration, but I've spent hours and hours over the last 6 months coming back to this.
Should logger.error({err, prop1: '123'}, 'Error!!! %s', err.message) end up outputting something like.
Sorry I know you get a lot of these questions but every time I think I understand how things are going to be output it's not what I expected.
I'm trying to figure out why (in Stackdriver) the merge object is empty except for the things set during logger creation. And why I don't ever see error information logged. I may very well have a plugin or misconfiguration, but I've spent hours and hours over the last 6 months coming back to this.
Should
logger.error({err, prop1: '123'}, 'Error!!! %s', err.message)
end up outputting something like.Currently, my output omits both
err
andprop1
The text was updated successfully, but these errors were encountered: