Skip to content

Commit

Permalink
Merge 94eda39 into 928465e
Browse files Browse the repository at this point in the history
  • Loading branch information
mafintosh committed Nov 8, 2016
2 parents 928465e + 94eda39 commit 6f9ccdb
Showing 1 changed file with 4 additions and 14 deletions.
18 changes: 4 additions & 14 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,20 +16,10 @@ function summary (server, write) {
const env = process.env.NODE_ENV || 'undefined'

write({
level: 'info',
name: 'url',
url: url,
type: 'connect'
})

write({
level: 'info',
name: 'server',
message: {
port: port,
env: env,
pid: process.pid
}
port: port,
env: env,
pid: process.pid,
url: url
})
}
}
Expand Down

0 comments on commit 6f9ccdb

Please sign in to comment.