Skip to content

Commit

Permalink
Increase logLevel in test to help debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
Tad Marshall committed Feb 22, 2013
1 parent 0c1895d commit 4cdf08b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions jstests/sharding/shard_insert_getlasterror_w2.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ function go() {
// take down the slave and make sure it fails over
repset1.stop(1);
repset1.stop(2);
db.getMongo().adminCommand({setParameter: 1, logLevel:1});
db.getMongo().setSlaveOk();
print("trying some queries");
assert.soon(function() { try {
Expand Down

0 comments on commit 4cdf08b

Please sign in to comment.