Subversion Repositories configs

Rev

Rev 23 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 23 Rev 43
Line 38... Line 38...
38
 
38
 
39
# Logfile (for log_method = file, '-' for stderr)
39
# Logfile (for log_method = file, '-' for stderr)
40
log_file		= /var/log/zarafa/licensed.log
40
log_file		= /var/log/zarafa/licensed.log
41
 
41
 
42
# Loglevel (0=no logging, 5=full logging)
42
# Loglevel (0=no logging, 5=full logging)
43
log_level		= 2
43
log_level		= 4
44
 
44
 
45
# Log timestamp - prefix each log line with timestamp in 'file' logging mode
45
# Log timestamp - prefix each log line with timestamp in 'file' logging mode
46
log_timestamp		= 1
46
log_timestamp		= 1
-
 
47
 
-
 
48
# Buffer logging in what sized blocks.
-
 
49
# Bigger buffers is better for the performance but it gives lag
-
 
50
# when running e.g. multitail or 'tail -f' on the log-file. If
-
 
51
# you want to directly see what is happing, set this to e.g. 1.
-
 
52
# So when debugging: make it a small value, else set it to
-
 
53
# 4096 or more.
-
 
54
log_buffer_size  = 4096