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
}
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 }