This is an automated email from the ASF dual-hosted git repository.
jsedding 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 43897fc SLING-7588 - LogManager configuration property description
out of sync with implementation
43897fc is described below
commit 43897fc2903046bd37a458ffdfa3bd90025b5a11
Author: Julian Sedding <(none)>
AuthorDate: Mon Apr 23 15:14:58 2018 +0200
SLING-7588 - LogManager configuration property description out of sync with
implementation
---
documentation/development/logging.html | 4 ++--
sitemap.html | 2 +-
sitemap.xml | 2 +-
tags/development.html | 2 +-
tags/maven.html | 2 +-
5 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/documentation/development/logging.html
b/documentation/development/logging.html
index ea44308..0a2de6c 100644
--- a/documentation/development/logging.html
+++ b/documentation/development/logging.html
@@ -339,7 +339,7 @@
http://localhost:8080/system/console/slinglog/tailer.txt?tail=1000&grep=luce
</tbody>
</table>
<p>Do not use the colon ":" character in anywhere in the pattern option. The
text before the colon is interpreted as the protocol specification of a URL
which is probably not what you want.</p>
-<p>Note that Scheduled Rotation ignores the
<code>org.apache.sling.commons.log.file.number</code> property since the old
log files are not numbered but "dated".</p>
+<p>Note that when using Scheduled Rotation purging of old log files can be
disabled by setting the property
<code>org.apache.sling.commons.log.file.number</code> to '0'. </p>
<h5><a href="#size-rotation" name="size-rotation">Size Rotation</a></h5>
<p>Log file rotation by size is specified by setting the
<code>org.apache.sling.commons.log.file.size</code> property to a plain number
or a number plus a size multiplier. The size multiplier may be any of
<code>K</code>, <code>KB</code>, <code>M</code>, <code>MB</code>,
<code>G</code>, or <code>GB</code> where the case is ignored and the meaning is
probably obvious.</p>
<p>When using Size Rotation, the
<code>org.apache.sling.commons.log.file.number</code> defines the number of old
log file generations to keep. For example to keep 5 old log files indexed by 0
through 4, set the <code>org.apache.sling.commons.log.file.number</code> to
<code>5</code> (which happens to be the default).</p>
@@ -612,7 +612,7 @@
org.apache.sling.commons.log.pattern="{0,date,dd.MM.yyyy HH:mm:ss.SSS} *{4}
</code></pre></section></div></div>
<div class="footer">
<div class="revisionInfo">
- Last modified by <span class="author">Robert
Munteanu</span> on <span class="comment">Sat Feb 3 23:46:20 2018 +0200</span>
+ Last modified by <span class="author">Julian
Sedding</span> on <span class="comment">Mon Apr 23 15:00:50 2018 +0200</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 may be trademarks or registered trademarks of their
respective owners.
</p><p>
diff --git a/sitemap.html b/sitemap.html
index 14d1b77..a243c25 100644
--- a/sitemap.html
+++ b/sitemap.html
@@ -138,8 +138,8 @@
<li><a
href="/old-stuff/scriptengineintegration/groovy-support.html">Groovy
Support</a></li>
<li><a href="/guides.html">Guides (retired)</a></li>
<li><a href="/documentation/bundles/hapi.html">HApi -
Hypermedia API tools</a></li>
- <li><a href="/documentation/development/jspc.html">HTL
Maven Plugin</a></li>
<li><a
href="/documentation/development/htl-maven-plugin.html">HTL Maven
Plugin</a></li>
+ <li><a href="/documentation/development/jspc.html">HTL
Maven Plugin</a></li>
<li><a
href="/documentation/bundles/scripting/scripting-htl.html">HTL Scripting
Engine</a></li>
<li><a
href="/documentation/development/hamcrest.html">Hamcrest Integration</a></li>
<li><a
href="/documentation/bundles/sling-query/hierarchy-operators.html">Hierarchy
operators</a></li>
diff --git a/sitemap.xml b/sitemap.xml
index 982f8bd..b6f44c8 100644
--- a/sitemap.xml
+++ b/sitemap.xml
@@ -136,8 +136,8 @@
<li><a
href="/old-stuff/scriptengineintegration/groovy-support.html">Groovy
Support</a></li>
<li><a href="/guides.html">Guides (retired)</a></li>
<li><a href="/documentation/bundles/hapi.html">HApi -
Hypermedia API tools</a></li>
- <li><a href="/documentation/development/jspc.html">HTL
Maven Plugin</a></li>
<li><a
href="/documentation/development/htl-maven-plugin.html">HTL Maven
Plugin</a></li>
+ <li><a href="/documentation/development/jspc.html">HTL
Maven Plugin</a></li>
<li><a
href="/documentation/bundles/scripting/scripting-htl.html">HTL Scripting
Engine</a></li>
<li><a
href="/documentation/development/hamcrest.html">Hamcrest Integration</a></li>
<li><a
href="/documentation/bundles/sling-query/hierarchy-operators.html">Hierarchy
operators</a></li>
diff --git a/tags/development.html b/tags/development.html
index c032c90..190e430 100644
--- a/tags/development.html
+++ b/tags/development.html
@@ -77,7 +77,7 @@
<tags/>
</div><tableOfContents/>
-<div class="taglinks"><h2>Tagged with 'development'</h2><div
class="taglink"><a
href="/documentation/development/testing-paxexam.html">Apache Sling Testing
PaxExam</a></div><div class="taglink"><a
href="/old-stuff/assembly.html">Assembly</a></div><div class="taglink"><a
href="/documentation/development/dependency-management.html">Dependency
Management</a></div><div class="taglink"><a
href="/documentation/development.html">Development</a></div><div
class="taglink"><a href="/documentation/ [...]
+<div class="taglinks"><h2>Tagged with 'development'</h2><div
class="taglink"><a
href="/documentation/development/testing-paxexam.html">Apache Sling Testing
PaxExam</a></div><div class="taglink"><a
href="/old-stuff/assembly.html">Assembly</a></div><div class="taglink"><a
href="/documentation/development/dependency-management.html">Dependency
Management</a></div><div class="taglink"><a
href="/documentation/development.html">Development</a></div><div
class="taglink"><a href="/documentation/ [...]
<span class="allTagsLink"><a href="/tags/api.html"
class="label">api<span class="badge">3</span></a></span>
<span class="allTagsLink"><a
href="/tags/authentication.html" class="label">authentication<span
class="badge">8</span></a></span>
<span class="allTagsLink"><a href="/tags/bundles.html"
class="label">bundles<span class="badge">3</span></a></span>
diff --git a/tags/maven.html b/tags/maven.html
index ce1f648..af58321 100644
--- a/tags/maven.html
+++ b/tags/maven.html
@@ -77,7 +77,7 @@
<tags/>
</div><tableOfContents/>
-<div class="taglinks"><h2>Tagged with 'maven'</h2><div class="taglink"><a
href="/documentation/development/testing-paxexam.html">Apache Sling Testing
PaxExam</a></div><div class="taglink"><a
href="/documentation/development/jspc.html">HTL Maven Plugin</a></div><div
class="taglink"><a href="/documentation/development/htl-maven-plugin.html">HTL
Maven Plugin</a></div><div class="taglink"><a
href="/documentation/development/maven-archetypes.html">Maven
Archetypes</a></div><div class="taglink [...]
+<div class="taglinks"><h2>Tagged with 'maven'</h2><div class="taglink"><a
href="/documentation/development/testing-paxexam.html">Apache Sling Testing
PaxExam</a></div><div class="taglink"><a
href="/documentation/development/htl-maven-plugin.html">HTL Maven
Plugin</a></div><div class="taglink"><a
href="/documentation/development/jspc.html">HTL Maven Plugin</a></div><div
class="taglink"><a
href="/documentation/development/maven-archetypes.html">Maven
Archetypes</a></div><div class="taglink [...]
<span class="allTagsLink"><a href="/tags/api.html"
class="label">api<span class="badge">3</span></a></span>
<span class="allTagsLink"><a
href="/tags/authentication.html" class="label">authentication<span
class="badge">8</span></a></span>
<span class="allTagsLink"><a href="/tags/bundles.html"
class="label">bundles<span class="badge">3</span></a></span>
--
To stop receiving notification emails like this one, please contact
[email protected].