~loggerhead-team/loggerhead/trunk-rich

« back to all changes in this revision

Viewing changes to dev.cfg

  • Committer: Robey Pointer
  • Date: 2007-01-14 01:21:30 UTC
  • Revision ID: robey@lag.net-20070114012130-1yxvnkkn7qsp0aj3
add a uniq() function for helping trim some of the verbosity on the revision
page.

Show diffs side-by-side

added added

removed removed

Lines of Context:
45
45
# turn on timer scheduling
46
46
tg.scheduler = True
47
47
 
48
 
#loggerhead.folder='/Users/robey/code/paramiko/paramiko'
49
 
#loggerhead.branch_name='paramiko-dev'
50
 
loggerhead.folder='/Users/robey/code/bzr/bzr.dev'
51
 
loggerhead.branch_name='bzr.dev'
52
 
loggerhead.cachepath='/Users/robey/code/bzr/bzr.dev/.bzr/loggerhead-cache'
53
 
loggerhead.external_url="http://localhost:8080"
54
 
 
55
 
 
56
 
 
57
48
# LOGGING
58
49
# Logging configuration generally follows the style of the standard
59
50
# Python logging module configuration. Note that when specifying
64
55
[[loggers]]
65
56
[[[loggerhead]]]
66
57
level='DEBUG'
67
 
qualname='loggerhead'
 
58
#qualname='loggerhead'
68
59
handlers=['debug_out']
69
60
 
70
 
[[[allinfo]]]
71
 
level='INFO'
72
 
handlers=['debug_out']
 
61
#[[[allinfo]]]
 
62
#level='INFO'
 
63
#handlers=['debug_out']
73
64
 
74
65
[[[access]]]
75
66
level='INFO'