Finished color log

This commit is contained in:
Thomas FORGIONE 2015-07-03 15:05:19 +02:00
parent 90a940b985
commit c0eb2d26f5
1 changed files with 0 additions and 1 deletions

View File

@ -30,7 +30,6 @@ Log.ready = function(msg) {
}
Log.request = function(req, res) {
console.log(req.headers['x-forwarded-for'], process.env.OPENSHIFT_NODEJS_IP);
if (req.headers['x-forwarded-for'] !== undefined || isDev) {
log(
'[REQ] ' + new Date() + ' ' +