~loggerhead-team/loggerhead/trunk-rich

« back to all changes in this revision

Viewing changes to dev.cfg

merge in fix for 115174

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
# Enable the debug output at the end on pages.
33
33
# log_debug_info_filter.on = False
34
34
 
35
 
server.environment="development"
36
 
autoreload.package="loggerhead"
 
35
#server.environment="development"
 
36
server.environment="production"
 
37
#autoreload.package="loggerhead"
37
38
 
38
39
# session_filter.on = True
39
40
 
41
42
# unexpected parameter. False by default
42
43
tg.strict_parameters = True
43
44
 
 
45
# turn on timer scheduling
 
46
tg.scheduler = True
 
47
 
44
48
# LOGGING
45
49
# Logging configuration generally follows the style of the standard
46
50
# Python logging module configuration. Note that when specifying
51
55
[[loggers]]
52
56
[[[loggerhead]]]
53
57
level='DEBUG'
54
 
qualname='loggerhead'
55
 
handlers=['debug_out']
 
58
#qualname='loggerhead'
 
59
#handlers=['debug_out']
56
60
 
57
 
[[[allinfo]]]
58
 
level='INFO'
59
 
handlers=['debug_out']
 
61
#[[[allinfo]]]
 
62
#level='INFO'
 
63
#handlers=['debug_out']
60
64
 
61
65
[[[access]]]
62
66
level='INFO'
63
67
qualname='turbogears.access'
64
 
handlers=['access_out']
65
 
propagate=0
 
68
#handlers=['access_out']
 
69
#propagate=0
 
70
 
 
71
 
 
72
 
 
73