~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.external_url="http://localhost:8080"
47
 
 
48
 
 
49
 
 
50
44
# LOGGING
51
45
# Logging configuration generally follows the style of the standard
52
46
# Python logging module configuration. Note that when specifying
69
63
qualname='turbogears.access'
70
64
handlers=['access_out']
71
65
propagate=0
72
 
 
73
 
 
74
 
 
75