~loggerhead-team/loggerhead/trunk-rich

« back to all changes in this revision

Viewing changes to dev.cfg

  • Committer: Michael Hudson
  • Date: 2008-03-03 23:11:53 UTC
  • mto: This revision was merged to the branch mainline in revision 148.
  • Revision ID: michael.hudson@canonical.com-20080303231153-8gqhtpj56zcpg7ac
update date too

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"
 
38
 
 
39
# We do *not* want our query arguments turned into unicode strings (as
 
40
# we use them for revision/file ids, and these must not be unicode).
 
41
decoding_filter.on = False
37
42
 
38
43
# session_filter.on = True
39
44
 
41
46
# unexpected parameter. False by default
42
47
tg.strict_parameters = True
43
48
 
 
49
# turn on timer scheduling
 
50
tg.scheduler = True
 
51
 
44
52
# LOGGING
45
53
# Logging configuration generally follows the style of the standard
46
54
# Python logging module configuration. Note that when specifying
51
59
[[loggers]]
52
60
[[[loggerhead]]]
53
61
level='DEBUG'
54
 
qualname='loggerhead'
55
 
handlers=['debug_out']
 
62
#qualname='loggerhead'
 
63
#handlers=['debug_out']
56
64
 
57
 
[[[allinfo]]]
58
 
level='INFO'
59
 
handlers=['debug_out']
 
65
#[[[allinfo]]]
 
66
#level='INFO'
 
67
#handlers=['debug_out']
60
68
 
61
69
[[[access]]]
62
70
level='INFO'
63
71
qualname='turbogears.access'
64
 
handlers=['access_out']
65
 
propagate=0
 
72
#handlers=['access_out']
 
73
#propagate=0
 
74
 
 
75
 
 
76
 
 
77