~loggerhead-team/loggerhead/trunk-rich

« back to all changes in this revision

Viewing changes to dev.cfg

  • Committer: Robey Pointer
  • Date: 2006-12-15 01:14:05 UTC
  • Revision ID: robey@lag.net-20061215011405-cgtn85p3m41545vh
clean up the navbar, and add some profiling for the bad method.

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
loggerhead.bzrpath='/Users/robey/code/bzr/bzr'
 
55
 
 
56
 
 
57
 
52
58
# LOGGING
53
59
# Logging configuration generally follows the style of the standard
54
60
# Python logging module configuration. Note that when specifying
59
65
[[loggers]]
60
66
[[[loggerhead]]]
61
67
level='DEBUG'
62
 
#qualname='loggerhead'
63
 
#handlers=['debug_out']
 
68
qualname='loggerhead'
 
69
handlers=['debug_out']
64
70
 
65
 
#[[[allinfo]]]
66
 
#level='INFO'
67
 
#handlers=['debug_out']
 
71
[[[allinfo]]]
 
72
level='INFO'
 
73
handlers=['debug_out']
68
74
 
69
75
[[[access]]]
70
76
level='INFO'
71
77
qualname='turbogears.access'
72
 
#handlers=['access_out']
73
 
#propagate=0
 
78
handlers=['access_out']
 
79
propagate=0
74
80
 
75
81
 
76
82