add rules to gitignore
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
const bunyan = require('bunyan')
|
||||
|
||||
module.exports = bunyan.createLogger({
|
||||
name: 'mm-etl',
|
||||
name: 'loop-etl-rocketchat',
|
||||
streams: [
|
||||
{
|
||||
level: 'info',
|
||||
@@ -9,7 +9,7 @@ module.exports = bunyan.createLogger({
|
||||
},
|
||||
{
|
||||
level: 'info',
|
||||
path: 'mm-etl.log'
|
||||
path: 'loop-etl-rocketchat.log'
|
||||
}
|
||||
]
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user