Hi @newbie34,yes. You should see the log statement also without any custom config, but this enables us to lower the log level to INFO for our specific packages. Good luck,Daniel
Hi @newbie34,the below configuration without specifying a log file works for me on AEMaaCS:{
"org.apache.sling.commons.log.level": "$[env:LOG_LEVEL_CUSTOM;default=error]",
"org.apache.sling.commons.log.names": [
"com.my-project.cms"
]
} Hope this helps,Daniel
Hi @fionas76543059,I have the following rules set up in the <Directory /> for JS/CSS but also for other static content like video and images: <Location ~ ".+.lc-.+-lc.(min.)?(js|css)$">
# Important - Cache control is set to immutable by AEM
Header unset Cache-Control
Heade...
Hi @NageshRaja,we are using GH Actions for deployment to RDE, here is an example pipeline.name: AEM Deploy To RDE
on:
workflow_dispatch:
env:
CM_PROGRAM_ID: _YOUR_VALUE_HERE
CM_ORG_ID: _YOUR_VALUE_HERE@AdobeOrg
CM_ENVIRONMENT_ID: _YOUR_VALUE_HERE
jobs:
build:
name: Deploy Selecte...
Hi @aanchal-sikka,thanks, option 1 is what I am looking for, but I would like to log more events for pages and replication. Also, ideally, forward those logs to Splunk so the team can use them for analysis. BR,Daniel
Hi @B_Sravan,thanks for the detailed response. I found the Day CQ DAM Event Recorder Service Config, but is there a similar Service to enable Page and Replication events?Also, will the audit logs get forwarded to Splunk with the existing Log Forwarding configuration, or are some additional steps req...
Hi @B_Sravan,thanks, regarding the points you mentioned:Check URL Mappings: Those URLs map correctly to AEM, but the mapping is not reflected in the Dispatcher rules.Rewrite Rules: As we use Sling Mapping I don't see a point in mapping short to long URLs in two places, this is done in AEM with Sling...
Hi @B_Sravan,thanks for the hint, we are actually getting a large number of these warnings, but most of them are for URLs that are not valid and return 404. However, I found some examples that look completely fine and return 200.As we use Sling Mapping, we don't map the short incoming URL to the lon...