Skip to content

Commit

Permalink
[DOCS-7825] Add Overriding Logging Defaults in ACA 3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
monikamichalska committed Oct 3, 2024
1 parent bc90318 commit dba41cd
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
2 changes: 2 additions & 0 deletions _data/toc/content-accelerator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,8 @@
path: '/content-accelerator/3.7/install/installation-requirements/'
- title: 'Install Guide'
path: '/content-accelerator/3.7/install/install-guide/'
- title: 'Overriding Logging Defaults'
path: '/content-accelerator/3.7/install/logging/'
- title: 'Java 17 support'
path: '/content-accelerator/3.7/install/java-support/'
- title: 'Single Sign On Support'
Expand Down
14 changes: 14 additions & 0 deletions content-accelerator/3.7/install/logging.md
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`.

0 comments on commit dba41cd

Please sign in to comment.