diff --git a/tomcat-multiple-instances/templates/tomcat-server.xml.j2 b/tomcat-multiple-instances/templates/tomcat-server.xml.j2
index d4f70d3f..89c30530 100644
--- a/tomcat-multiple-instances/templates/tomcat-server.xml.j2
+++ b/tomcat-multiple-instances/templates/tomcat-server.xml.j2
@@ -94,12 +94,15 @@
>
{% if item.access_log_enabled %}
+
+
+ Note: The pattern used is equivalent to using pattern="combined" -->
{% endif %}
diff --git a/tomcat/templates/tomcat-server.xml.j2 b/tomcat/templates/tomcat-server.xml.j2
index 1bc13376..2268cb41 100644
--- a/tomcat/templates/tomcat-server.xml.j2
+++ b/tomcat/templates/tomcat-server.xml.j2
@@ -139,12 +139,15 @@
-->
{% if tomcat_access_log_enabled %}
+
+
+ Note: The pattern used is equivalent to using pattern="combined" -->
{% endif %}