mirror of
https://github.com/log4js-node/log4js-node.git
synced 2025-12-08 19:26:01 +00:00
Update redisAppender-test.js
This commit is contained in:
parent
4c336e13c9
commit
df0d8d8b7e
@ -115,16 +115,6 @@ test('log4js redisAppender', (batch) => {
|
||||
t.end();
|
||||
});
|
||||
|
||||
batch.test('config with layout', (t) => {
|
||||
const result = setupLogging('config with layout', {
|
||||
layout: {
|
||||
type: 'redis'
|
||||
}
|
||||
});
|
||||
t.equal(result.layouts.type, 'redis', 'should configure layout');
|
||||
t.end();
|
||||
});
|
||||
|
||||
batch.test('separate notification for each event', (t) => {
|
||||
const setup = setupLogging('separate notification for each event', {
|
||||
host: '127.0.0.1',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user