Expand my Community achievements bar.

Learn about Edge Delivery Services in upcoming GEM session
SOLVED

How to customize a Logformat in AEM as a Cloud

Avatar

Level 1

I  added to LogFormat directive in archetype.

But it was not work and the following warning.

Apache configuration uses non-whitelisted directives: LogFormat

 

In the first place, Is the customize LogFormat supported in AEM as a Cloud?

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

Hi @aem_developper,

mod_log_config module(one of the directive of this module is LogFormat) is not part of Supported Modules list now per the below doc

We can make use of validator, part of SDK to check the list of supported modules. Details for the same is mentioned in the same link.

https://experienceleague.adobe.com/docs/experience-manager-cloud-service/implementing/content-delive...

 

View solution in original post

2 Replies

Avatar

Correct answer by
Community Advisor

Hi @aem_developper,

mod_log_config module(one of the directive of this module is LogFormat) is not part of Supported Modules list now per the below doc

We can make use of validator, part of SDK to check the list of supported modules. Details for the same is mentioned in the same link.

https://experienceleague.adobe.com/docs/experience-manager-cloud-service/implementing/content-delive...

 

Avatar

Level 1

Hi @Vijayalakshmi_S,

Thank you for the information.

 

In conclusion,
Is my understanding that the specs don't allow for customize logs in AEM as a Cloud?