~loggerhead-team/loggerhead/trunk-rich

« back to all changes in this revision

Viewing changes to dev.cfg

  • Committer: Robey Pointer
  • Date: 2006-12-11 22:44:38 UTC
  • Revision ID: robey@lag.net-20061211224438-cqz5wttojxtw2abz
fix content type and tweak colors a bit

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