Created
December 18, 2018 04:37
-
-
Save obengwilliam/47dcdcd52febaa211786f708e969fcb6 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
pid: 93535, | |
hostname: 'your host', | |
level: 30, | |
msg: 'my request', | |
time: '2016-03-07T12:21:48.766Z', | |
v: 0, | |
req: { | |
id: 42, | |
method: 'GET', | |
url: '/', | |
headers: { | |
host: 'localhost:50201', | |
connection: 'close' | |
}, | |
remoteAddress: '::ffff:127.0.0.1', | |
remotePort: 50202 | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment