Skip to content

Commit 52980f8

Browse files
author
Alexander Smishlajev
committed
disable file logging [SF#1155649]
1 parent 345d908 commit 52980f8

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

CHANGES.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ are given with the most recent entry first.
44
2005-??-?? 0.8.3
55
Fixed:
66
- fix reference to The Zope Book in Roundup FAQ
7+
- disabled file logging in Roundup test suite (sf bug 1155649)
78

89

910
2005-03-03 0.8.2

test/db_test_base.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# BASIS, AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE,
1616
# SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
1717
#
18-
# $Id: db_test_base.py,v 1.55.2.4 2005-02-14 02:55:31 richard Exp $
18+
# $Id: db_test_base.py,v 1.55.2.5 2005-03-29 16:39:14 a1s Exp $
1919

2020
import unittest, os, shutil, errno, imp, sys, time, pprint
2121

@@ -38,8 +38,8 @@
3838
# uncomment the following to have excessive debug output from test cases
3939
# FIXME: tracker logging level should be increased by -v arguments
4040
# to 'run_tests.py' script
41-
config.LOGGING_FILENAME = "/tmp/logfile"
42-
config.LOGGING_LEVEL = "DEBUG"
41+
#config.LOGGING_FILENAME = "/tmp/logfile"
42+
#config.LOGGING_LEVEL = "DEBUG"
4343
config.init_logging()
4444

4545
def setupTracker(dirname, backend="anydbm"):

0 commit comments

Comments
 (0)