-
Notifications
You must be signed in to change notification settings - Fork 565
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[DOCS-7825] Add Overriding Logging Defaults in ACA 3.7
- Loading branch information
1 parent
bc90318
commit dba41cd
Showing
2 changed files
with
16 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
--- | ||
title: Overriding Logging Defaults | ||
--- | ||
|
||
To override the default log configurations, you can put one of the following files on the configured class path (for example, under `/tomcat/shared/classes`): | ||
|
||
* `log4j2-ocms.xml` - overrides logging defaults for ocms. | ||
* `log4j2-WizardAdmin.xml` - overrides logging defaults for WizardAdmin. | ||
|
||
To override the default log configurations for Alfresco, you can put the `log4j2.properties` file under one of the following paths: | ||
|
||
* `../tomcat/shared/classes/alfresco/module/com.tsgrp.autofile/` - overrides logging related to `autofile`. | ||
* `../tomcat/shared/classes/alfresco/module/com.tsgrp.opencontent/` - overrides logging related to `opencontent`. | ||
* `../tomcat/shared/classes/alfresco/module/com.tsgrp.alfresco.chained.versionable/` - overrides logging related to `chained.versionable`. |