~loggerhead-team/loggerhead/trunk-rich

« back to all changes in this revision

Viewing changes to dev.cfg

  • Committer: Michael Hudson
  • Date: 2007-12-12 08:36:51 UTC
  • mto: This revision was merged to the branch mainline in revision 143.
  • Revision ID: michael.hudson@canonical.com-20071212083651-oyh34swjxbzceyi1
add a comment for spiv

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
 
44
 
#loggerhead.folder='/Users/robey/code/paramiko/paramiko'
45
 
#loggerhead.branch_name='paramiko-dev'
46
 
loggerhead.folder='/Users/robey/code/bzr/bzr.dev'
47
 
loggerhead.branch_name='bzr.dev'
48
 
loggerhead.cachepath='/Users/robey/code/bzr/bzr.dev/.bzr/loggerhead-cache'
49
 
loggerhead.external_url="http://localhost:8080"
50
 
 
51
 
 
 
49
# turn on timer scheduling
 
50
tg.scheduler = True
52
51
 
53
52
# LOGGING
54
53
# Logging configuration generally follows the style of the standard
60
59
[[loggers]]
61
60
[[[loggerhead]]]
62
61
level='DEBUG'
63
 
qualname='loggerhead'
64
 
handlers=['debug_out']
 
62
#qualname='loggerhead'
 
63
#handlers=['debug_out']
65
64
 
66
 
[[[allinfo]]]
67
 
level='INFO'
68
 
handlers=['debug_out']
 
65
#[[[allinfo]]]
 
66
#level='INFO'
 
67
#handlers=['debug_out']
69
68
 
70
69
[[[access]]]
71
70
level='INFO'
72
71
qualname='turbogears.access'
73
 
handlers=['access_out']
74
 
propagate=0
 
72
#handlers=['access_out']
 
73
#propagate=0
75
74
 
76
75
 
77
76