Subversion Repositories configs

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
43 - 1
##############################################################
2
# LOG SETTINGS
3
 
4
# Logging method (syslog, file), syslog facility is 'mail'
5
log_method		= syslog
6
 
7
# Logfile (for log_method = file, '-' for stderr)
8
#log_file		= /var/log/zarafa/php-mapi.log
9
 
10
# Loglevel (0=no logging, 5=full logging)
11
log_level		= 5
12
 
13
# Log timestamp - prefix each log line with timestamp in 'file' logging mode
14
#log_timestamp		= 1
15
 
16
# Buffer logging in what sized blocks.
17
# Bigger buffers is better for the performance but it gives lag
18
# when running e.g. multitail or 'tail -f' on the log-file. If
19
# you want to directly see what is happing, set this to e.g. 1.
20
# So when debugging: make it a small value, else set it to
21
# 4096 or more.
22
log_buffer_size  = 4096