~loggerhead-team/loggerhead/trunk-rich

« back to all changes in this revision

Viewing changes to dev.cfg

  • Committer: Robey Pointer
  • Date: 2006-12-13 08:53:38 UTC
  • Revision ID: robey@lag.net-20061213085338-e16mr3yv292i3e8r
think harder about revision traversal, and make it work more deterministic-
ally. :)  also add page next/prev buttons to the bottom of the "changes"
view.

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
# Enable the debug output at the end on pages.
33
33
# log_debug_info_filter.on = False
34
34
 
35
 
#server.environment="development"
36
 
server.environment="production"
37
 
#autoreload.package="loggerhead"
 
35
server.environment="development"
 
36
autoreload.package="loggerhead"
38
37
 
39
38
# session_filter.on = True
40
39
 
42
41
# unexpected parameter. False by default
43
42
tg.strict_parameters = True
44
43
 
45
 
# turn on timer scheduling
46
 
tg.scheduler = True
 
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.external_url="http://localhost:8080"
 
49
 
 
50
 
47
51
 
48
52
# LOGGING
49
53
# Logging configuration generally follows the style of the standard
55
59
[[loggers]]
56
60
[[[loggerhead]]]
57
61
level='DEBUG'
58
 
#qualname='loggerhead'
59
 
#handlers=['debug_out']
 
62
qualname='loggerhead'
 
63
handlers=['debug_out']
60
64
 
61
 
#[[[allinfo]]]
62
 
#level='INFO'
63
 
#handlers=['debug_out']
 
65
[[[allinfo]]]
 
66
level='INFO'
 
67
handlers=['debug_out']
64
68
 
65
69
[[[access]]]
66
70
level='INFO'
67
71
qualname='turbogears.access'
68
 
#handlers=['access_out']
69
 
#propagate=0
 
72
handlers=['access_out']
 
73
propagate=0
70
74
 
71
75
 
72
76