summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLucien Gentis <lgentis@apache.org>2023-01-07 13:40:18 +0000
committerLucien Gentis <lgentis@apache.org>2023-01-07 13:40:18 +0000
commit7567478784503ceacbda215335eed6f48027cc26 (patch)
treef5aac725da83e56ba3b8a856e0cf197d6a6c023c
parent547faaa66fa99effbf599595dc5f7fb9b37adb16 (diff)
downloadhttpd-7567478784503ceacbda215335eed6f48027cc26.tar.gz
fr doc rebuild.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1906448 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--docs/manual/programs/rotatelogs.html.fr.utf817
-rw-r--r--docs/manual/programs/rotatelogs.xml.ko2
-rw-r--r--docs/manual/programs/rotatelogs.xml.tr2
3 files changed, 19 insertions, 2 deletions
diff --git a/docs/manual/programs/rotatelogs.html.fr.utf8 b/docs/manual/programs/rotatelogs.html.fr.utf8
index f21a551ef8..98720fdfe8 100644
--- a/docs/manual/programs/rotatelogs.html.fr.utf8
+++ b/docs/manual/programs/rotatelogs.html.fr.utf8
@@ -125,6 +125,13 @@ chaînes de format contenant des caractères '%' sont cependant
respectées.
</dd>
+<dt><code>-T</code></dt>
+<dd>Provoque la troncature de tous les fichiers journaux à leur ouverture, à
+l'exception du fichier journal initial. Cette option s'avère utile lorsque la
+chaîne de format contient quelque chose qui se répète comme le jour du mois.
+</dd>
+
+
<dt><code>-v</code></dt>
<dd>Affiche une sortie verbeuse sur STDERR. La sortie contient le
résultat de l'interprétation de la configuration, ainsi que toutes les
@@ -268,6 +275,16 @@ spécifier un décalage.</dd>
<p>Cet exemple crée le fichier <code>/var/log/journal</code> en le
tronquant au démarrage, puis une fois par jour. Ce scénario implique qu'un
processus séparé (tel que tail) traite le fichier en temps réel.</p>
+
+<div class="example"><pre class="prettyprint lang-config">CustomLog "|bin/rotatelogs -T /var/log/logfile.%d 86400" common</pre>
+</div>
+
+<p>Si le serveur est démarré (ou redémarré) le premier de chaque mois, cela
+s'ajoute au fichier <code>/var/log/logfile.01</code>. Lorsqu'une entrée de
+journal est écrite le deux du mois, le fichier <code>/var/log/logfile.02</code>
+est tronqué et les entrées suivantes seront écrites au début du fichier. Cet
+exemple permet de conserver environ un mois de journalisation sans maintenance
+externe.</p>
</div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
<div class="section">
diff --git a/docs/manual/programs/rotatelogs.xml.ko b/docs/manual/programs/rotatelogs.xml.ko
index a72925a2a9..c7b2ee10fe 100644
--- a/docs/manual/programs/rotatelogs.xml.ko
+++ b/docs/manual/programs/rotatelogs.xml.ko
@@ -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: 420993:1905209 (outdated) -->
+<!-- English Revision: 420993:1906433 (outdated) -->
<!--
Licensed to the Apache Software Foundation (ASF) under one or more
diff --git a/docs/manual/programs/rotatelogs.xml.tr b/docs/manual/programs/rotatelogs.xml.tr
index 93b977d287..8dc3689970 100644
--- a/docs/manual/programs/rotatelogs.xml.tr
+++ b/docs/manual/programs/rotatelogs.xml.tr
@@ -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: 1189220:1905209 (outdated) -->
+<!-- English Revision: 1189220:1906433 (outdated) -->
<!-- =====================================================
Translated by: Nilgün Belma Bugüner <nilgun belgeler.org>
Reviewed by: Orhan Berent <berent belgeler.org>