~loggerhead-team/loggerhead/trunk-rich

« back to all changes in this revision

Viewing changes to dev.cfg

  • Committer: Michael Hudson
  • Date: 2008-06-16 10:03:24 UTC
  • mfrom: (159.1.7 remove_caches)
  • Revision ID: michael.hudson@canonical.com-20080616100324-dyzbdp3xk2i1g34a
merge martin's remove caches branch, which removes the sql revision cache and
the textindexing code.
we still have the files changed cache.
(some further changes by me)

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
 
autoreload.package="loggerhead"
 
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
37
42
 
38
43
# session_filter.on = True
39
44
 
41
46
# unexpected parameter. False by default
42
47
tg.strict_parameters = True
43
48
 
 
49
# turn on timer scheduling
 
50
tg.scheduler = True
 
51
 
44
52
# LOGGING
45
53
# Logging configuration generally follows the style of the standard
46
54
# Python logging module configuration. Note that when specifying
51
59
[[loggers]]
52
60
[[[loggerhead]]]
53
61
level='DEBUG'
54
 
qualname='loggerhead'
55
 
handlers=['debug_out']
 
62
#qualname='loggerhead'
 
63
#handlers=['debug_out']
56
64
 
57
 
[[[allinfo]]]
58
 
level='INFO'
59
 
handlers=['debug_out']
 
65
#[[[allinfo]]]
 
66
#level='INFO'
 
67
#handlers=['debug_out']
60
68
 
61
69
[[[access]]]
62
70
level='INFO'
63
71
qualname='turbogears.access'
64
 
handlers=['access_out']
65
 
propagate=0
 
72
#handlers=['access_out']
 
73
#propagate=0
 
74
 
 
75
 
 
76
 
 
77