unjs / consola

🐨 Elegant Console Logger for Node.js and Browser

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Is it possible to change the internal log level in consola?

vaschindler opened this issue · comments

In my Nuxt/ Vue app I have problems with the internal consola log levels defined here (https://github.com/unjs/consola/blob/master/src/logLevels.js). Is there a possibility to change the levels in consola to, for example, npm standard?
{
error: 0,
warn: 1,
info: 2,
http: 3,
verbose: 4,
debug: 5,
silly: 6
}