Skip to content

Commit

Permalink
try
Browse files Browse the repository at this point in the history
  • Loading branch information
benzekrimaha committed Dec 16, 2024
1 parent 08cbe60 commit edcd4f6
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion conf/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@
}
},
"log": {
"logLevel": "info",
"logLevel": "debug",
"dumpLevel": "error"
},
"metrics": {
Expand Down
2 changes: 1 addition & 1 deletion tests/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@
}
},
"log": {
"logLevel": "info",
"logLevel": "debug",
"dumpLevel": "error"
},
"metrics": {
Expand Down
2 changes: 1 addition & 1 deletion tests/config.notification.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
}
},
"log": {
"logLevel": "info",
"logLevel": "debug",
"dumpLevel": "error"
},
"server": {
Expand Down
2 changes: 1 addition & 1 deletion tests/functional/replication/queueProcessor.js
Original file line number Diff line number Diff line change
Expand Up @@ -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();
});
});
});
Expand Down
2 changes: 1 addition & 1 deletion tests/unit/lib/config/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,7 @@
}
},
"log": {
"logLevel": "info",
"logLevel": "debug",
"dumpLevel": "error"
},
"metrics": {
Expand Down

0 comments on commit edcd4f6

Please sign in to comment.