Logging configuration for Alfresco 23.1 with docker-compose

cancel
Showing results for 
Search instead for 
Did you mean: 
pschuett
Customer

Logging configuration for Alfresco 23.1 with docker-compose

Hallo,

we use Alfresco 23.1 with docker-compose and I check the logging configuration of the services:

* content-service, share: based on Tomcat and the logging configuration is the default configuration which produces many files in the container e.g. in /usr/local/tomcat/logs/localhost_access_log.<yyyy-MM-dd>.txt

* solr: The logging is configured to produce Log-files in the container and also logs to the console. The number of log files does not have a limitation.

* activemq: The same as in solr

Is this really best practise? What do you recommend?

Thanks for any hint.

Cheers

  Peter Schütt

 

1 Reply
abhinavmishra14
Advanced

Re: Logging configuration for Alfresco 23.1 with docker-compose

The docker-compose.yaml gives you a setup to start with and explore. It is not meant to be a prod ready setup. 

All of the log configs can be tweaked as per your organization policy by extending the images of mounting the custom log configs.

~Abhinav
(ACSCE, AWS SAA, Azure Admin)