Merge lp:~gary/launchpad/tracelog into lp:launchpad

Proposed by Gary Poster
Status: Merged
Merged at revision: not available
Proposed branch: lp:~gary/launchpad/tracelog
Merge into: lp:launchpad
Diff against target: None lines
To merge this branch: bzr merge lp:~gary/launchpad/tracelog
Reviewer Review Type Date Requested Status
Guilherme Salgado (community) Approve
Review via email: mp+11623@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Gary Poster (gary) wrote :

Either I made a mistake when I first integrated zc.zservertracelog, or it changed when I upgraded the package, but the log name is not correct in our config files. This caused the log output (including stdout) to have information that really only belonged in trace.log.

This branch corrects all of our dev configuration.

One example of a test is to do a make run and look at stdout: you should no longer see the zservertracelog output. You should be able to find it in trace.log.

Revision history for this message
Guilherme Salgado (salgado) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'configs/development/launchpad.conf'
2--- configs/development/launchpad.conf 2009-06-12 16:36:02 +0000
3+++ configs/development/launchpad.conf 2009-09-11 18:14:50 +0000
4@@ -66,7 +66,7 @@
5 </eventlog>
6
7 <logger>
8- name zc.zservertracelog
9+ name zc.tracelog
10 propagate false
11
12 <logfile>
13
14=== modified file 'configs/test-playground/launchpad.conf'
15--- configs/test-playground/launchpad.conf 2008-11-10 16:12:10 +0000
16+++ configs/test-playground/launchpad.conf 2009-09-11 18:14:50 +0000
17@@ -66,7 +66,7 @@
18 </eventlog>
19
20 <logger>
21- name zc.zservertracelog
22+ name zc.tracelog
23 propagate false
24
25 <logfile>
26
27=== modified file 'configs/testrunner-appserver/launchpad.conf'
28--- configs/testrunner-appserver/launchpad.conf 2009-05-12 21:22:02 +0000
29+++ configs/testrunner-appserver/launchpad.conf 2009-09-11 18:14:50 +0000
30@@ -39,7 +39,7 @@
31 </eventlog>
32
33 <logger>
34- name zc.zservertracelog
35+ name zc.tracelog
36 propagate false
37
38 <logfile>