~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:
41
41
# unexpected parameter. False by default
42
42
tg.strict_parameters = True
43
43
 
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
 
 
52
 
 
53
44
# LOGGING
54
45
# Logging configuration generally follows the style of the standard
55
46
# Python logging module configuration. Note that when specifying
72
63
qualname='turbogears.access'
73
64
handlers=['access_out']
74
65
propagate=0
75
 
 
76
 
 
77
 
 
78