You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2018/03/20 15:17:22 UTC

[tomcat-training] branch master updated: First review

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

markt pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tomcat-training.git


The following commit(s) were added to refs/heads/master by this push:
     new 83b2167  First review
83b2167 is described below

commit 83b2167b83a860de0fe8b79e6f4a29ad0bdb3e5f
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Tue Mar 20 15:17:18 2018 +0000

    First review
---
 modules/logging-01.html | 11 ++++++++++-
 1 file changed, 10 insertions(+), 1 deletion(-)

diff --git a/modules/logging-01.html b/modules/logging-01.html
index 5fba5b4..683350d 100644
--- a/modules/logging-01.html
+++ b/modules/logging-01.html
@@ -138,6 +138,15 @@
   <p>All output for one request gets redirected to a single <code>INFO</code> log messages</p>
 </section>
 <section>
+  <h3>JULI</h3>
+  <p>rotation: <code>rotatable</code> (daily rotation)</p>
+  <p>archiving: no support</p>
+  <p>clean-up: <code>maxDays</code></p>
+  <aside class="notes">
+    archive via cron? probably combine with clean-up
+  </aside>
+</section>
+<section>
   <h3>Access logs</h3>
   <p>Logs every request</p>
   <p>Separate from logging framework</p>
@@ -153,7 +162,7 @@
   <p>clean-up: <code>maxDays</code></p>
   <aside class="notes">
     maxDays is a recent addition prompted by this class<br/>
-    archive via cron? probably combine with clean-up
+    rotation not limited to daily
   </aside>
 </section>
 <section>

-- 
To stop receiving notification emails like this one, please contact
markt@apache.org.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org