The default behavior of removeLoggers
is not correctly documented
#570
Labels
documentation
Improvements or additions to documentation
Version
nuxt-security: 2.1.4
nuxt: 3.14.1592
Reproduction Link
Blank project without
removeLoggers
specified or set totrue
Steps to reproduce
Configure the
nuxt.config.ts
like above and access to nuxt app in production mode.(In my case, i used
nuxt generate
to generate a static site)What is Expected?
Only the
log
anddebug
logger are removed as described in the document:What is actually happening?
All the loggers (included
warn
anderror
) are removed.The text was updated successfully, but these errors were encountered: