]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Update transforms
authorDaniel Earl Poirier <poirier@apache.org>
Tue, 19 Oct 2010 15:18:39 +0000 (15:18 +0000)
committerDaniel Earl Poirier <poirier@apache.org>
Tue, 19 Oct 2010 15:18:39 +0000 (15:18 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1024270 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/programs/rotatelogs.html.en
docs/manual/programs/rotatelogs.html.tr.utf8
docs/manual/programs/rotatelogs.xml.ko
docs/manual/programs/rotatelogs.xml.meta
docs/manual/programs/rotatelogs.xml.tr

index 11e60f44f10a487ffbd2d524bf9b9db59449f726..c5030a2430380e9f6df3311351f316e18feb567f 100644 (file)
@@ -67,7 +67,7 @@ causes problems from some automated logging tools).
 
 <dt><code><var>logfile</var></code></dt>
 
-<dd>The path plus basename of the logfile.  If <var>logfile</var>
+<dd><p>The path plus basename of the logfile.  If <var>logfile</var>
 includes any '%' characters, it is treated as a format string for
 <code>strftime(3)</code>.  Otherwise, the suffix
 <var>.nnnnnnnnnn</var> is automatically added and is the time in
@@ -75,7 +75,17 @@ seconds.  Both formats compute the start time from the beginning of
 the current period.  For example, if a rotation time of 86400 is 
 specified, the hour, minute, and second fields created from the
 <code>strftime(3)</code> format will all be zero, referring to the
-beginning of the current 24-hour period (midnight).</dd>
+beginning of the current 24-hour period (midnight).</p>
+<p>When using <code>strftime(3)</code> filename formatting,
+be sure the log file format has enough granularity to produce
+a different file name each time the logs are rotated.  Otherwise
+rotation will overwrite the same file instead of starting a new
+one.  For example, if <var>logfile</var> was 
+<code>/var/logs/errorlog.%Y-%m-%d</code> with log rotation at 5
+megabytes, but 5 megabytes was reached twice in the same day, the
+same log file name would be produced and log rotation would keep
+writing to the same file.</p>
+</dd>
 
 <dt><code><var>rotationtime</var></code></dt>
 
index c9b1a86115e3660e8acf5166bb970c0b8ee78f76..07d0831a48976b8b031333e57cbdaff1e756c49e 100644 (file)
@@ -24,6 +24,7 @@
 <a href="../ko/programs/rotatelogs.html" hreflang="ko" rel="alternate" title="Korean">&nbsp;ko&nbsp;</a> |
 <a href="../tr/programs/rotatelogs.html" title="Türkçe">&nbsp;tr&nbsp;</a></p>
 </div>
+<div class="outofdate">Bu çeviri güncel olmayabilir. Son değişiklikler için İngilizce sürüm geçerlidir.</div>
 
      <p><code><strong>rotatelogs</strong></code>, Apache'nin borulu günlük
      dosyaları özelliği ile birlikte kullanmak için tasarlanmış basit bir
index 2a9976b468f09b02207b10a90e4016028ad8f308..65c425f542f9a9632dd4f72056f96e51cdecaf92 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version='1.0' encoding='EUC-KR' ?>
 <!DOCTYPE manualpage SYSTEM "../style/manualpage.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.ko.xsl"?>
-<!-- English Revision: 421100:655005 (outdated) -->
+<!-- English Revision: 421100:1024264 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
index ccb850ae0a818edcac07cc368d59ebbbed889975..3ad433f20787ce03184bf9c17b98aec3ed0790f3 100644 (file)
@@ -9,6 +9,6 @@
   <variants>
     <variant>en</variant>
     <variant outdated="yes">ko</variant>
-    <variant>tr</variant>
+    <variant outdated="yes">tr</variant>
   </variants>
 </metafile>
index e03ad115c810c529d146fbe2b0e87fcd3f9ce530..0a795582a832c111b8b5d8f8e251b34ab0f4172c 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version='1.0' encoding='UTF-8' ?>
 <!DOCTYPE manualpage SYSTEM "../style/manualpage.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.tr.xsl"?>
-<!-- English Revision: 655005 -->
+<!-- English Revision: 655005:1024264 (outdated) -->
 <!-- =====================================================
  Translated by: Nilgün Belma Bugüner <nilgun belgeler.org>
    Reviewed by: Orhan Berent <berent belgeler.org>