mirror of
https://github.com/strapi/strapi.git
synced 2025-08-07 16:29:18 +00:00

* Refactor log level configuration - Remove STRAPI_LOG_LEVEL environment variable related redundant code. - Add helpful error message to the current log level configuration system. Signed-off-by: Juho Viitasalo <juho.viitasalo@lildrop.com> * Fix error message Signed-off-by: Juho Viitasalo <juho.viitasalo@lildrop.com> * Fix log level base value * Fix breaking change * Add debug message * Change logger code to use Pino's log level values directly * Update index.js Co-authored-by: Alexandre BODIN <alexandrebodin@users.noreply.github.com>