Skip to content

Commit

Permalink
[ACS-9045] Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
kmagdziarz committed Jan 13, 2025
1 parent 9082d56 commit 5891801
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions repository/src/test/resources/log4j2.properties
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,7 @@ logger.hibernate-cfg-SettingsFactory.level=warn

# Spring
logger.springframework.name=org.springframework
logger.springframework.level=info

logger.springframework.beans.factory.name=org.springframework.beans.factory
logger.springframework.beans.factory.level=info
logger.springframework.level=warn

# Turn off Spring remoting warnings that should really be info or debug.
logger.springframework-remoting-support.name=org.springframework.remoting.support
Expand Down Expand Up @@ -384,7 +381,7 @@ logger.springframework-extensions-webscripts.name=org.springframework.extensions
logger.springframework-extensions-webscripts.level=info

logger.springframework-extensions-webscripts-ScriptLogger.name=org.springframework.extensions.webscripts.ScriptLogger
logger.springframework-extensions-webscripts-ScriptLogger.level=info
logger.springframework-extensions-webscripts-ScriptLogger.level=warn

logger.springframework-extensions-webscripts-ScriptDebugger.name=org.springframework.extensions.webscripts.ScriptDebugger
logger.springframework-extensions-webscripts-ScriptDebugger.level=off
Expand Down Expand Up @@ -466,4 +463,4 @@ logger.alfresco-repo-thumbnail-ThumbnailServiceImplTest.name=org.alfresco.repo.t
logger.alfresco-repo-thumbnail-ThumbnailServiceImplTest.level=debug

logger.alfresco-repo-rendition2-RenditionService2Impl.name=org.alfresco.repo.rendition2.RenditionService2Impl
logger.alfresco-repo-rendition2-RenditionService2Impl.level=debug
logger.alfresco-repo-rendition2-RenditionService2Impl.level=debug

0 comments on commit 5891801

Please sign in to comment.