~loggerhead-team/loggerhead/trunk-rich

« back to all changes in this revision

Viewing changes to dev.cfg

  • Committer: Robey Pointer
  • Date: 2007-01-14 02:00:56 UTC
  • Revision ID: robey@lag.net-20070114020056-qbyczz5klsrmzbba
use a trick matty suggested to remember the unified vs side-by-side setting
in a cookie and display future revision pages using that preference.  also
add a verb to the unified/side-by-side button so it's clearer that it's a
button.

Show diffs side-by-side

added added

removed removed

Lines of Context:
36
36
server.environment="production"
37
37
#autoreload.package="loggerhead"
38
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
42
 
 
43
39
# session_filter.on = True
44
40
 
45
41
# Set to True if you'd like to abort execution if a controller gets an
60
56
[[[loggerhead]]]
61
57
level='DEBUG'
62
58
#qualname='loggerhead'
63
 
#handlers=['debug_out']
 
59
handlers=['debug_out']
64
60
 
65
61
#[[[allinfo]]]
66
62
#level='INFO'
69
65
[[[access]]]
70
66
level='INFO'
71
67
qualname='turbogears.access'
72
 
#handlers=['access_out']
73
 
#propagate=0
 
68
handlers=['access_out']
 
69
propagate=0
74
70
 
75
71
 
76
72