add rules to gitignore
This commit is contained in:
6
.gitignore
vendored
6
.gitignore
vendored
@@ -31,3 +31,9 @@ context/config.js
|
||||
|
||||
# generated data json file
|
||||
data.json
|
||||
|
||||
# generated import.jsonl
|
||||
import.jsonl
|
||||
|
||||
# generated data
|
||||
data
|
||||
@@ -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