Set logging to 'ERROR' in counterdb tests

This commit is contained in:
haad 2016-05-10 14:13:27 +02:00
parent 588ebaa866
commit 46b7da63f9

View File

@ -8,7 +8,7 @@ const OrbitDB = require('../src/OrbitDB');
const OrbitServer = require('orbit-server/src/server'); const OrbitServer = require('orbit-server/src/server');
// Mute logging // Mute logging
// require('logplease').setLogLevel('ERROR'); require('logplease').setLogLevel('ERROR');
const network = 'QmYPobvobKsyoCKTw476yTui611XABf927KxUPCf4gRLRr'; // network.json const network = 'QmYPobvobKsyoCKTw476yTui611XABf927KxUPCf4gRLRr'; // network.json
const username = 'testrunner'; const username = 'testrunner';