Hello. We're in the process of moving to SP21. While testing our pages with the new service pack, I noticed some Warn level messages in the error.log file added by the HTL compiler. Out of curiosity, I searched for similar messages in a clean SP21 instance, no custom code, and the message also shows when loading We Retail pages:
09.07.2024 14:41:38.064 *WARN* [127.0.0.1 [1720550498039] GET /content/we-retail/language-masters/en/men.html HTTP/1.1] org.apache.sling.scripting.sightly.impl.engine.compiled.SlingHTLMasterCompiler Script /libs/wcm/foundation/components/responsivegrid/responsivegrid.html 27:29: ${child.resource @ decoration='true', cssClassName=child.cssClass}: Unknown option 'cssClassName'.
09.07.2024 14:41:38.064 *WARN* [127.0.0.1 [1720550498039] GET /content/we-retail/language-masters/en/men.html HTTP/1.1] org.apache.sling.scripting.sightly.impl.engine.compiled.SlingHTLMasterCompiler Script /libs/wcm/foundation/components/responsivegrid/responsivegrid.html 27:29: ${child.resource @ decoration='true', cssClassName=child.cssClass}: Unknown option 'decoration'.
When loading our same pages on an SP19 instance, the error.log file does not contain any of these messages.
It's not a blocker, the pages are loading fine, but these messages are unnecessarily polluting our log files.
The Apache Sling Scripting HTL Engine bundle, which contains the class that's adding the log entries, did change from version 1.1.2.1_4_0 in SP19 to 1.2.6.140 in SP21.
Has anyone else seen log entries as these in Cloud Service SDK's? Is there any way to prevent them from showing in the logs?
Thanks in advance.