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:
@@ -58,6 +58,9 @@ express()
|
|||||||
.use(vhost('stuff.frylabs.net', stuff))
|
.use(vhost('stuff.frylabs.net', stuff))
|
||||||
.use(vhost('frylabs.net', main))
|
.use(vhost('frylabs.net', main))
|
||||||
.use(vhost('qmining.tk', qmining))
|
.use(vhost('qmining.tk', qmining))
|
||||||
|
.use(function (req, res, next) {
|
||||||
|
console.log(req)
|
||||||
|
})
|
||||||
.listen(port)
|
.listen(port)
|
||||||
|
|
||||||
logger.Log('Node version: ' + process.version)
|
logger.Log('Node version: ' + process.version)
|
||||||
|
Reference in New Issue
Block a user