~loggerhead-team/loggerhead/trunk-rich

« back to all changes in this revision

Viewing changes to dev.cfg

  • Committer: Robey Pointer
  • Date: 2006-12-14 02:50:01 UTC
  • Revision ID: robey@lag.net-20061214025001-v1562bmcgecwhefu
don't use auto-reload cuz it causes 2 processes to try to access the same cache files :(

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
 
 
43
39
# session_filter.on = True
44
40
 
45
41
# Set to True if you'd like to abort execution if a controller gets an
49
45
# turn on timer scheduling
50
46
tg.scheduler = True
51
47
 
 
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
 
52
57
# LOGGING
53
58
# Logging configuration generally follows the style of the standard
54
59
# Python logging module configuration. Note that when specifying
59
64
[[loggers]]
60
65
[[[loggerhead]]]
61
66
level='DEBUG'
62
 
#qualname='loggerhead'
63
 
#handlers=['debug_out']
 
67
qualname='loggerhead'
 
68
handlers=['debug_out']
64
69
 
65
 
#[[[allinfo]]]
66
 
#level='INFO'
67
 
#handlers=['debug_out']
 
70
[[[allinfo]]]
 
71
level='INFO'
 
72
handlers=['debug_out']
68
73
 
69
74
[[[access]]]
70
75
level='INFO'
71
76
qualname='turbogears.access'
72
 
#handlers=['access_out']
73
 
#propagate=0
 
77
handlers=['access_out']
 
78
propagate=0
74
79
 
75
80
 
76
81