~loggerhead-team/loggerhead/trunk-rich

« back to all changes in this revision

Viewing changes to dev.cfg

  • Committer: Launchpad Patch Queue Manager
  • Date: 2008-03-07 10:41:29 UTC
  • mfrom: (149.2.1 remove-CRs-from-master.kid)
  • Revision ID: launchpad@pqm.canonical.com-20080307104129-n14bnq5lvqjyg6e4
[rs=jml] sort out the mixed line endings in master.kid by deleting the carriage returns

Show diffs side-by-side

added added

removed removed

Lines of Context:
36
36
server.environment="production"
37
37
#autoreload.package="loggerhead"
38
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
 
42
 
39
43
# session_filter.on = True
40
44
 
41
45
# Set to True if you'd like to abort execution if a controller gets an
45
49
# turn on timer scheduling
46
50
tg.scheduler = True
47
51
 
48
 
#loggerhead.folder='/Users/robey/code/paramiko/paramiko'
49
 
#loggerhead.branch_name='paramiko-dev'
50
 
loggerhead.folder='/Users/robey/code/bzr/bzr.dev'
51
 
loggerhead.branch_name='bzr.dev'
52
 
loggerhead.cachepath='/Users/robey/code/bzr/bzr.dev/.bzr/loggerhead-cache'
53
 
loggerhead.external_url="http://localhost:8080"
54
 
 
55
 
 
56
 
 
57
52
# LOGGING
58
53
# Logging configuration generally follows the style of the standard
59
54
# Python logging module configuration. Note that when specifying
64
59
[[loggers]]
65
60
[[[loggerhead]]]
66
61
level='DEBUG'
67
 
qualname='loggerhead'
68
 
handlers=['debug_out']
 
62
#qualname='loggerhead'
 
63
#handlers=['debug_out']
69
64
 
70
 
[[[allinfo]]]
71
 
level='INFO'
72
 
handlers=['debug_out']
 
65
#[[[allinfo]]]
 
66
#level='INFO'
 
67
#handlers=['debug_out']
73
68
 
74
69
[[[access]]]
75
70
level='INFO'
76
71
qualname='turbogears.access'
77
 
handlers=['access_out']
78
 
propagate=0
 
72
#handlers=['access_out']
 
73
#propagate=0
79
74
 
80
75
 
81
76