source: trunk/lvs/debian/config/etc/logd.cf @ 2407

Last change on this file since 2407 was 570, checked in by quentin, 16 years ago
Move log configuration to the correct location
File size: 867 bytes
Line 
1#       File to write debug messages to
2#       Default: /var/log/ha-debug
3debugfile /var/log/ha-debug
4
5#
6#
7#       File to write other messages to
8#       Default: /var/log/ha-log
9logfile /var/log/ha-log
10
11#
12#
13#       Facility to use for syslog()/logger
14#       Default: local7
15logfacility     local7
16
17
18#       Entity to be shown at beginning of a message
19#       for logging daemon
20#       Default: "logd"
21entity logd
22
23
24#       Do we register to apphbd
25#       Default: no
26#useapphbd no
27
28#       There are two processes running for logging daemon
29#               1. parent process which reads messages from all client channels
30#               and writes them to the child process
31
32#               2. the child process which reads messages from the parent process through IPC
33#               and writes them to syslog/disk
34
35
36#       set the send queue length from the parent process to the child process
37#
38#sendqlen 256
39
40#       set the recv queue length in child process
41#
42#recvqlen 256
43
Note: See TracBrowser for help on using the repository browser.