Skip to content

Commit

Permalink
[DOCS-7827] Add Overriding Logging Defaults in Enterprise Viewer 4.0 (#…
Browse files Browse the repository at this point in the history
…1585)

* [DOCS-7827] Add Overriding Logging Defaults in Enterprise Viewer 4.0

* [DOCS-7827] Add Overriding Logging Defaults in Enterprise Viewer 4.0

* [DOCS-7827] Add Overriding Logging Defaults in Enterprise Viewer 4.0

* [DOCS-7827] Add Overriding Logging Defaults in Enterprise Viewer 4.0

* [DOCS-7827] Fix link

* DOCS-7827 Updated per technical feedback
  • Loading branch information
mbujak-hyland authored Oct 7, 2024
1 parent 403512b commit 043b9be
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
2 changes: 2 additions & 0 deletions _data/toc/enterprise-viewer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
pages:
- title: 'Overview'
path: '/enterprise-viewer/latest/install/'
- title: 'Overriding Default Logging'
path: '/enterprise-viewer/latest/install/logging/'
- title: 'Java 17 support'
path: '/enterprise-viewer/latest/install/java-support/'
- title: 'Install Alfresco Enterprise Viewer Transformer (optional)'
Expand Down
17 changes: 17 additions & 0 deletions enterprise-viewer/latest/install/logging.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
title: Overriding Logging Defaults
---

You can override the default logging configuration in OpenAnnotate by deploying the `log4j2-OpenAnnotate.xml` file to the configured classpath.

To override the default logging configuration:

1. Stop the Alfresco server.

2. Locate the `/alfresco` classpath, for example, the `tomcat/shared/classes` directory.

3. Place the `log4j2-OpenAnnotate.xml` file on the configured classpath.

4. Start the Alfresco server.

>**Note:** For more information on overriding logging in OpenContent, see [Logging in the Content Accelerator]({% link content-accelerator/3.7/install/logging.md %}).

0 comments on commit 043b9be

Please sign in to comment.