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
Is there a format that will print a given object without keys being equal [Object] (e.g. that doesn't care about depth?). I tried debug('%o', obj) but that only will print up to a certain depth.
The text was updated successfully, but these errors were encountered:
IMO 327 doesn't resolve this issue. What if I want to manage inspection depth for a specific debug log or namespace? Environment variables will change formatting for all logs in all namespaces.
@joniba That's such an edge case I'd worry about polluting the API. This should be achievable with a custom logger though. Feel free to chime in on #582#556 about this 🙂
BTW @joniba you can just type # and github will automatically link it. You don't need to manually make a markdown link :)
Is there a format that will print a given object without keys being equal
[Object]
(e.g. that doesn't care about depth?). I trieddebug('%o', obj)
but that only will print up to a certain depth.The text was updated successfully, but these errors were encountered: