~loggerhead-team/loggerhead/trunk-rich

« back to all changes in this revision

Viewing changes to dev.cfg

  • Committer: Robey Pointer
  • Date: 2006-12-11 06:44:19 UTC
  • Revision ID: robey@lag.net-20061211064419-8ssa7mlsiflpmy0c
initial checkin

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
 
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
 
35
server.environment="development"
 
36
autoreload.package="loggerhead"
42
37
 
43
38
# session_filter.on = True
44
39
 
46
41
# unexpected parameter. False by default
47
42
tg.strict_parameters = True
48
43
 
49
 
# turn on timer scheduling
50
 
tg.scheduler = True
51
 
 
52
44
# LOGGING
53
45
# Logging configuration generally follows the style of the standard
54
46
# Python logging module configuration. Note that when specifying
59
51
[[loggers]]
60
52
[[[loggerhead]]]
61
53
level='DEBUG'
62
 
#qualname='loggerhead'
63
 
#handlers=['debug_out']
 
54
qualname='loggerhead'
 
55
handlers=['debug_out']
64
56
 
65
 
#[[[allinfo]]]
66
 
#level='INFO'
67
 
#handlers=['debug_out']
 
57
[[[allinfo]]]
 
58
level='INFO'
 
59
handlers=['debug_out']
68
60
 
69
61
[[[access]]]
70
62
level='INFO'
71
63
qualname='turbogears.access'
72
 
#handlers=['access_out']
73
 
#propagate=0
74
 
 
75
 
 
76
 
 
77
 
 
 
64
handlers=['access_out']
 
65
propagate=0