Maven 4.0.0-rc-4 ignores defaultLogLevel (original) (raw)

Affected version

Maven 4.0.0-rc-4

Bug description

Steps to reproduce:

In 4.0.0-rc-4/conf/logging/maven.logger.properties change the line maven.logger.defaultLogLevel=info to maven.logger.defaultLogLevel=off

Run mvn clean in a Maven project.

Expected no logging information, but it kept the info log level.

Used to work with Apache Maven 3.9.11 and simplelogger.properties.