Commit 05e2213b authored by Grégory Wisniewski's avatar Grégory Wisniewski

Use default log format for ZODB test.


git-svn-id: https://svn.erp5.org/repos/neo/branches/prototype3@836 71dcc9de-d417-0410-9af5-da40c76e7ee4
parent b0f51234
......@@ -205,7 +205,8 @@ s2_log = os.path.join(temp_dir, 's2.log')
s3_log = os.path.join(temp_dir, 's3.log')
s4_log = os.path.join(temp_dir, 's4.log')
client_log = os.path.join(temp_dir, 'c.log')
logging.basicConfig(filename=client_log, level=logging.DEBUG)
from neo import DEFAULT_LOG_FORMAT
logging.basicConfig(filename=client_log, level=logging.DEBUG, format=DEFAULT_LOG_FORMAT)
class ZODBTests(unittest.TestCase):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment