Remove a reference to the old logging configuration page
diff --git a/docs/modules/ROOT/pages/configuration/configmap-secret.adoc b/docs/modules/ROOT/pages/configuration/configmap-secret.adoc
index 9748b5c..c75b55a 100644
--- a/docs/modules/ROOT/pages/configuration/configmap-secret.adoc
+++ b/docs/modules/ROOT/pages/configuration/configmap-secret.adoc
@@ -29,10 +29,9 @@
 data:
   application.properties: |
     my.message=Hello World
-    logging.level.org.apache.camel=DEBUG
 ----
 
-In the ConfigMap above, we've set both the value of the property `my.message`, and also the xref:configuration/logging.adoc[logging level] for the `org.apache.camel` package.
+In the ConfigMap above, we've set the value of the property `my.message`. Other settings could also be added there if necessary.
 
 You need to create the ConfigMap first (in the same Kubernetes namespace):