unjs / consola

🐨 Elegant Console Logger for Node.js and Browser
Other
6.12k stars 175 forks source link

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

Closed vaschindler closed 3 years ago

vaschindler commented 3 years ago

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 }