NODE_DEBUG & Debugging options for FoundryVTT #1226
|
regarding the debugging of the docker. Does anyone know of a full list of possible NODE_DEBUG core modules?
But what are possibilities here? all I ever found was |
Answered by
felddy
May 27, 2025
Replies: 1 comment
|
I'm pretty sure it will match any module that is making logging calls. You can try setting it to See: |
0 replies
Answer selected by
Toixinhell
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm pretty sure it will match any module that is making logging calls. You can try setting it to
*and drinking from the firehose.Specific modules that might be useful:
child_process,dns,fs,http2,tls.See: