diff --git a/conf/config.json b/conf/config.json index 46c590d60..4e5fd814d 100644 --- a/conf/config.json +++ b/conf/config.json @@ -311,7 +311,7 @@ } }, "log": { - "logLevel": "info", + "logLevel": "debug", "dumpLevel": "error" }, "metrics": { diff --git a/tests/config.json b/tests/config.json index 83fcf16d1..41d4eb474 100644 --- a/tests/config.json +++ b/tests/config.json @@ -237,7 +237,7 @@ } }, "log": { - "logLevel": "info", + "logLevel": "debug", "dumpLevel": "error" }, "metrics": { diff --git a/tests/config.notification.json b/tests/config.notification.json index 5fc51ab1d..b7ce35d6d 100644 --- a/tests/config.notification.json +++ b/tests/config.notification.json @@ -58,7 +58,7 @@ } }, "log": { - "logLevel": "info", + "logLevel": "debug", "dumpLevel": "error" }, "server": { diff --git a/tests/functional/replication/queueProcessor.js b/tests/functional/replication/queueProcessor.js index 3cc538baf..011796685 100644 --- a/tests/functional/replication/queueProcessor.js +++ b/tests/functional/replication/queueProcessor.js @@ -1065,7 +1065,7 @@ describe('queue processor functional tests with mocking', () => { assert(!s3mock.hasPutTargetData); assert(!s3mock.hasPutTargetMd); assert.strictEqual(s3mock.partsDeleted.length, 0); - setTimeout(done, 1000); + done(); }); }); }); diff --git a/tests/unit/lib/config/config.json b/tests/unit/lib/config/config.json index 57b697014..c553fd6a5 100644 --- a/tests/unit/lib/config/config.json +++ b/tests/unit/lib/config/config.json @@ -339,7 +339,7 @@ } }, "log": { - "logLevel": "info", + "logLevel": "debug", "dumpLevel": "error" }, "metrics": {