~loggerhead-team/loggerhead/trunk-rich

« back to all changes in this revision

Viewing changes to dev.cfg

  • Committer: Robey Pointer
  • Date: 2006-12-11 19:23:51 UTC
  • Revision ID: robey@lag.net-20061211192351-vccvnat6o01fxnl3
add revision page, put some of the config in the config file

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