How to customize a Logformat in AEM as a Cloud | Community
Skip to main content
January 21, 2021
Solved

How to customize a Logformat in AEM as a Cloud

  • January 21, 2021
  • 1 reply
  • 1010 views

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?

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Vijayalakshmi_S

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-delivery/disp-overview.html#local-validation-of-dispatcher-configuration

 

1 reply

Vijayalakshmi_S
Vijayalakshmi_SAccepted solution
Level 10
January 21, 2021

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-delivery/disp-overview.html#local-validation-of-dispatcher-configuration

 

January 25, 2021

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?