Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[DOCS-7825] Add Overriding Logging Defaults in ACA 3.7 #1582

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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`.