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

git-site-role pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/sling-site.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new 141c1d593 Automatic website deployment from 
https://ci-builds.apache.org/job/Sling/job/modules/job/sling-site/job/master/674/
141c1d593 is described below

commit 141c1d59300688447ecd21d900408b7e1f3855d7
Author: jenkins <bui...@apache.org>
AuthorDate: Wed May 17 09:55:45 2023 +0000

    Automatic website deployment from 
https://ci-builds.apache.org/job/Sling/job/modules/job/sling-site/job/master/674/
---
 documentation/development/client-request-logging.html | 5 +++--
 sitemap.xml                                           | 4 ++--
 2 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/documentation/development/client-request-logging.html 
b/documentation/development/client-request-logging.html
index 9efc1ead8..523882a89 100644
--- a/documentation/development/client-request-logging.html
+++ b/documentation/development/client-request-logging.html
@@ -139,6 +139,7 @@
                             </ul>
                         </nav><script src='/res/jquery-3.2.1.min.js' 
type='text/javascript'></script><script src='/res/tocjs-1-1-2.js' 
type='text/javascript'></script><script 
type='text/javascript'>$(document).ready(function() { 
$('#generatedToC').toc({'selector':'h1[class!=title],h2,h3','ulClass':'menu-list'});
 } );</script><div class="content is-marginless">
 <div class="row"><div><section><p>Sling provides extensive support to log 
various information at the before and after processing client requests. Out of 
the box, there are two loggers configured to write traditional 
<code>access.log</code> and <code>request.log</code> files. In addition more 
logging can be configured by providing OSGi Configuration Admin 
configuration.</p>
+<p>Although this request logging is implemented in a Servlet Filter for OSGi 
HTTP Whiteboard, this filter is bound to the Sling Servlet Context Helper and 
therefore only ever logs requests which are answered by the Sling Main servlet 
(but not requests targetting any servlets leveraging another Servlet Context 
Helper). Also due to the request processing order outlined in <a 
href="https://docs.osgi.org/specification/osgi.cmpn/7.0.0/service.http.whiteboard.html#d0e119664";>OSGi
 HTTP Whiteboa [...]
 <h2><a href="#traditional-accesslog-and-requestlog-files" 
id="traditional-accesslog-and-requestlog-files">Traditional access.log and 
request.log Files</a></h2>
 <p>In the Web Console configure the <em>Apache Sling Request Logger</em> 
(PID=<code>org.apache.sling.engine.impl.log.RequestLogger</code>) 
configuration.</p>
 <p>In the Sling Web Console locate the Configuration page 
(<code>/system/console/configMgr</code>) and click on the pencil (edit) symbol 
on the <em>Apache Sling Request Logger</em> line. This opens a dialog to enter 
the configuration whose properties can be configured as follows:</p>
@@ -183,7 +184,7 @@
 </tbody>
 </table>
 <h4><a href="#log-format-specification" id="log-format-specification">Log 
Format Specification</a></h4>
-<p>The log format specification generally follows the <a 
href="http://httpd.apache.org/docs/current/mod/mod_log_config.html";>definition 
of the <code>format</code> argument for the <code>LogFormat</code> and 
<code>CustomLog</code> directives of Apache httpd</a>. Please see the below 
table for details and exceptions.</p>
+<p>The log format specification generally follows the <a 
href="https://httpd.apache.org/docs/current/mod/mod_log_config.html";>definition 
of the <code>format</code> argument for the <code>LogFormat</code> and 
<code>CustomLog</code> directives of Apache httpd</a>. Please see the below 
table for details and exceptions.</p>
 <p>The characteristics of the request itself are logged by placing 
&quot;%&quot; directives in the format string, which are replaced in the log 
file by the values as follows:</p>
 <table>
 <thead>
@@ -257,7 +258,7 @@
                             
content/documentation/development/client-request-logging.md
                         </a>
                     </div>                    <div class="revisionInfo">
-                        Last modified by <span class="author">Konrad 
Windszus</span> on <span class="comment">2018-07-13</span>
+                        Last modified by <span class="author">Konrad 
Windszus</span> on <span class="comment">2023-05-17</span>
                     </div><p>
                         Apache Sling, Sling, Apache, the Apache feather logo, 
and the Apache Sling project
     logo are trademarks of The Apache Software Foundation. All other marks 
mentioned 
diff --git a/sitemap.xml b/sitemap.xml
index 7eb4ba325..a7edede37 100644
--- a/sitemap.xml
+++ b/sitemap.xml
@@ -1,6 +1,8 @@
 <?xml version="1.0"?>
 <urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9 
http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd";>
     <url>
+        
<loc>https://sling.apache.org/documentation/development/client-request-logging.html</loc><lastmod>2023-05-17</lastmod>
+    </url><url>
         
<loc>https://sling.apache.org/news.html</loc><lastmod>2023-05-15</lastmod>
     </url><url>
         
<loc>https://sling.apache.org/releases.html</loc><lastmod>2023-05-11</lastmod>
@@ -204,8 +206,6 @@
         
<loc>https://sling.apache.org/documentation/development.html</loc><lastmod>2022-05-11</lastmod>
     </url><url>
         
<loc>https://sling.apache.org/documentation/development/htl-maven-plugin.html</loc><lastmod>2017-09-29</lastmod>
-    </url><url>
-        
<loc>https://sling.apache.org/documentation/development/client-request-logging.html</loc><lastmod>2018-07-13</lastmod>
     </url><url>
         
<loc>https://sling.apache.org/documentation/bundles/sling-query.html</loc><lastmod>2020-06-16</lastmod>
     </url><url>

Reply via email to