Logger definition - Alfresco Content Services - 23.4 - 23.4 - Ready - Alfresco - external

Alfresco Content Services

Platform
Alfresco
Product
Alfresco Content Services
Release
23.4
License

Before (Log4j 1.x)

# Set the logger for the org.springframework package to WARN
log4j.logger.org.springframework=warn

After (Log4j 2.x)

logger.springframework.name=org.springframework
logger.springframework.level=warn