When starting an Express webapp from Eclipse, output in console has strange characters:
[90mGET / [32m200 [90m310ms - 162b[0m
I guess they
I think the 'tiny' logging format is similar to the (colored) 'dev' format:
app.use(express.logger('tiny'));
You can pass your own format instead of dev. refer this: http://www.senchalabs.org/connect/logger.html