We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
当在configPlugin处添加MongoJFinalPlugin 并设置debug为false时,全局的log等级都将变成warn,直接覆盖了logback.xml配置的root的等级,如果logback.xml root等级为Info,则项目中的Info日志均不会输出。只有大于等于warn的日志才会输出。
The text was updated successfully, but these errors were encountered:
No branches or pull requests
当在configPlugin处添加MongoJFinalPlugin 并设置debug为false时,全局的log等级都将变成warn,直接覆盖了logback.xml配置的root的等级,如果logback.xml root等级为Info,则项目中的Info日志均不会输出。只有大于等于warn的日志才会输出。
The text was updated successfully, but these errors were encountered: