-
-
Notifications
You must be signed in to change notification settings - Fork 687
Open
Description
Unfortunately, using diagnostic channels to set up debuglog was a bad idea. It won't work because our implementation inside Node.js will react to the same NODE_DEBUG flag, and duplicate the messages, making these logs hard to read.
A solution for this would be:
- detect if we are running in Node.js core, and if so, use a different debuglog prefix
- move away from using diagnostics channels and just inline the debuglogs
Do you see any other options?
Metadata
Metadata
Assignees
Labels
No labels