本文介绍了Express.js禁用控制台颜色的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
从Eclipse启动Express webapp时,控制台中的输出有奇怪的字符:
When starting an Express webapp from Eclipse, output in console has strange characters:
[90mGET / [32m200 [90m310ms - 162b[0m
我猜是他们是颜色字符:当从终端运行express时,输出是丰富多彩。
I guess they are "color" characters: when running express from a terminal, output is colorful.
如何禁用Express的颜色输出?
How to disable color output from Express?
推荐答案
传递你自己的格式,而不是开发。
参考:
You can pass your own format instead of dev.refer this:http://www.senchalabs.org/connect/logger.html
这篇关于Express.js禁用控制台颜色的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!