We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Do you have any idea why is the text color of debug(...) always red?
debug(...)
I can't find any option that could influence the text color. Is it only our project? Here is how we use it:
const debug = require('debug')('amio-websocket:db-connector') debug('Connection to MongoDB is open now.')