aboutsummaryrefslogtreecommitdiff
path: root/config_sample.rb
diff options
context:
space:
mode:
authorBenjamin Kellermann <Benjamin.Kellermann@gmx.de>2011-02-24 11:13:52 +0100
committerBenjamin Kellermann <Benjamin.Kellermann@gmx.de>2011-02-24 11:13:52 +0100
commitf597773e46be57b5e6fce1df57663c16d2c4be84 (patch)
treeded3d243ef436ddf77595d1f2197cc274ef50ba5 /config_sample.rb
parentfd85dc022961dac0a068573828afbea48c6b4a67 (diff)
add warning about logrotate
Diffstat (limited to 'config_sample.rb')
-rw-r--r--config_sample.rb3
1 files changed, 3 insertions, 0 deletions
diff --git a/config_sample.rb b/config_sample.rb
index 0f244b3..3fae2cd 100644
--- a/config_sample.rb
+++ b/config_sample.rb
@@ -56,6 +56,9 @@ BREADCRUMBS = [
# ERRORLOG variable unset!
# Make sure, that your apache can read this file
# (which usually is not the case for /var/log/apache2/*)
+# DO NOT FORGET TO ADD THE ERROR LOG TO LOGROTATE IF YOU CHANGE THE PATH TO
+# OTHER THAN /var/log/apache2/* !
+# If you do not know what to do what I am speaking about, leave it as it is!
#ERRORLOG = "/var/log/dudle_error.log"
BUGREPORTMAIL = "Benjamin.Kellermann@tu-dresden.de"