How we can do logger configuration In AEM as cloud instance?
we need to do configuration for all envinorments
AEM Environment | Log Level
->Developement | Debug
--> Stage ----- | WARN
--> PROD ----- | Error
we need to do configuration for all envinorments
AEM Environment | Log Level
->Developement | Debug
--> Stage ----- | WARN
--> PROD ----- | Error
You can create logger configuration in ui.config folder based on run modes. Environment variable can be used while defining the value of log level and it can be changed at runtime.
{
"org.apache.sling.commons.log.names": [
"com.adobe.aem.guides.wknd"
],
"org.apache.sling.commons.log.level":
}
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.