From 5c6cfc5cb6b1207d09fa6782b210121ba45b68f5 Mon Sep 17 00:00:00 2001
From: Fantu <Fantu@ispconfig3>
Date: Sun, 27 Dec 2009 08:57:10 -0500
Subject: [PATCH] Add log files rotate, for now manual add but to add in installer

---
 docs/INSTALL_DEBIAN_6.0.txt |   22 ++++++++++++++++++++++
 docs/INSTALL_DEBIAN_5.0.txt |   22 ++++++++++++++++++++++
 2 files changed, 44 insertions(+), 0 deletions(-)

diff --git a/docs/INSTALL_DEBIAN_5.0.txt b/docs/INSTALL_DEBIAN_5.0.txt
index f07183b..44add4f 100644
--- a/docs/INSTALL_DEBIAN_5.0.txt
+++ b/docs/INSTALL_DEBIAN_5.0.txt
@@ -366,6 +366,28 @@
 
 -----------------------------------------------------------------------------------------------------------
 
+Ispc log files rotate, for now manual add but to add in ispc installer:
+
+/etc/logrotate.d/logispc3
+
+/var/log/ispconfig/ispconfig.log {
+	weekly
+	missingok
+	rotate 4
+	compress
+	delaycompress
+}
+/var/log/ispconfig/cron.log {
+	weekly
+	missingok
+	rotate 4
+	compress
+	delaycompress
+}
+
+
+-----------------------------------------------------------------------------------------------------------
+
 Possible errors and their solutions
 ------------------------------------
 
diff --git a/docs/INSTALL_DEBIAN_6.0.txt b/docs/INSTALL_DEBIAN_6.0.txt
index 1aba46b..6c8bdef 100644
--- a/docs/INSTALL_DEBIAN_6.0.txt
+++ b/docs/INSTALL_DEBIAN_6.0.txt
@@ -364,6 +364,28 @@
 
 -----------------------------------------------------------------------------------------------------------
 
+Ispc log files rotate, for now manual add but to add in ispc installer:
+
+/etc/logrotate.d/logispc3
+
+/var/log/ispconfig/ispconfig.log {
+	weekly
+	missingok
+	rotate 4
+	compress
+	delaycompress
+}
+/var/log/ispconfig/cron.log {
+	weekly
+	missingok
+	rotate 4
+	compress
+	delaycompress
+}
+
+
+-----------------------------------------------------------------------------------------------------------
+
 Possible errors and their solutions
 ------------------------------------
 

--
Gitblit v1.9.1