SOURCES: pound.cfg - log to file, use for default loglevel apache combined ...

glen glen at pld-linux.org
Thu Dec 11 00:04:11 CET 2008


Author: glen                         Date: Wed Dec 10 23:04:11 2008 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- log to file, use for default loglevel apache combined format

---- Files affected:
SOURCES:
   pound.cfg (1.5 -> 1.6) 

---- Diffs:

================================================================
Index: SOURCES/pound.cfg
diff -u SOURCES/pound.cfg:1.5 SOURCES/pound.cfg:1.6
--- SOURCES/pound.cfg:1.5	Wed Dec 10 22:52:03 2008
+++ SOURCES/pound.cfg	Thu Dec 11 00:04:05 2008
@@ -11,7 +11,17 @@
 RootJail "/usr/share/empty"
 Control "/var/run/pound/pctl.sock"
 
-LogLevel 1
+# Log to file
+LogFile /var/log/pound/access.log
+
+# Specify the logging level. This value can be overridden for specific listeners.
+# 0 for no logging,
+# 1 (default) for regular logging,
+# 2 for extended logging (show chosen backend server as  well),
+# 3 for Apache-like format (Combined Log Format with Virtual Host),
+# 4 (same as 3 but without the virtual host information) and
+# 5 (same as 4 but with information about the Service and BackEnd used).
+LogLevel 4
 
 ListenHTTP
 	Address 0.0.0.0
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/pound.cfg?r1=1.5&r2=1.6&f=u



More information about the pld-cvs-commit mailing list