Trying globbal logging

This commit is contained in:
YourFriendlyNeighborhoodDealer 2019-08-19 10:33:29 +02:00
parent 1168351478
commit 857feda5fe

View file

@ -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)