This is an automated email from the ASF dual-hosted git repository.

rombert pushed a commit to branch issue/SLING-13213
in repository 
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-mcp-server-contributions.git

commit c3991674423ba6b2703758791d9ac8f205ff6e58
Author: Robert Munteanu <[email protected]>
AuthorDate: Tue May 26 11:58:07 2026 +0200

    SLING-13213 - Use the new LogStore from commons.log in the log MCP tool
    
    Configure the LogStore so it's picked up
---
 src/main/features/main.json | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/src/main/features/main.json b/src/main/features/main.json
index 9c6b8cc..35222b5 100644
--- a/src/main/features/main.json
+++ b/src/main/features/main.json
@@ -4,5 +4,10 @@
       "id": "${project.groupId}:${project.artifactId}:${project.version}",
       "start-order": 25
     }
-  ]
+  ],
+  "configurations": {
+    "org.apache.sling.commons.log.LogStore": {
+      "maxEntries": 5000
+    }
+  }
 }

Reply via email to