Request headers and debugging nodejs client #4811
Answered
by
darrachequesne
Notadumdum
asked this question in
Q&A
-
How can I debug in my terminal not browser console and also view request headers being sent to the server |
Beta Was this translation helpful? Give feedback.
Answered by
darrachequesne
Sep 14, 2023
Replies: 1 comment
-
Hi! You can use the
For both low-level ( |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
darrachequesne
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi! You can use the
DEBUG
environment variable:For both low-level (
engine*
) and high-level (socket*
) logs.