mirror of
https://gitlab.com/MrFry/mrfrys-node-server
synced 2025-04-01 20:24:18 +02:00
Trying globbal logging
This commit is contained in:
parent
1168351478
commit
857feda5fe
1 changed files with 3 additions and 0 deletions
|
@ -58,6 +58,9 @@ express()
|
|||
.use(vhost('stuff.frylabs.net', stuff))
|
||||
.use(vhost('frylabs.net', main))
|
||||
.use(vhost('qmining.tk', qmining))
|
||||
.use(function (req, res, next) {
|
||||
console.log(req)
|
||||
})
|
||||
.listen(port)
|
||||
|
||||
logger.Log('Node version: ' + process.version)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue