mirror of
https://github.com/mongodb/mongo.git
synced 2024-12-01 09:32:32 +01:00
more verbose logging for sync6.js to catch issues on v.slow buildbots
This commit is contained in:
parent
f873cfb0b4
commit
0b26301e04
@ -11,6 +11,9 @@ test = new SyncCCTest( "sync6", { logpath : "/dev/null" } )
|
||||
var commandConn = startMongodTest( 30000 + 4, "syncCommander", false, {})//{ logpath : "/dev/null" } )//{verbose : ""} )
|
||||
// { logpath : "/data/db/syncCommander/mongod.log" } );
|
||||
|
||||
// Up the log level for this test
|
||||
commandConn.getDB( "admin" ).runCommand( { setParameter : 1, logLevel : 1 } )
|
||||
|
||||
// Have lots of threads, so use larger i
|
||||
// Can't test too many, we get socket exceptions... possibly due to the
|
||||
// javascript console.
|
||||
|
Loading…
Reference in New Issue
Block a user