Skip to content

Commit 4f41b99

Browse files
author
Alexander Smishlajev
committed
disable file logging [SF#1155649]
1 parent 926a98b commit 4f41b99

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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.60 2005-02-14 02:48:12 richard Exp $
18+
# $Id: db_test_base.py,v 1.61 2005-03-29 16:33:49 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)