mirror of
https://github.com/Sebclem/hassio-nextcloud-backup.git
synced 2024-11-25 10:32:58 +01:00
✏️ Remove log file
This commit is contained in:
parent
25618ccd91
commit
e10d3b5278
@ -22,7 +22,7 @@ const logger = winston.createLogger({
|
|||||||
// - Write all logs error (and below) to `quick-start-error.log`.
|
// - Write all logs error (and below) to `quick-start-error.log`.
|
||||||
//
|
//
|
||||||
new winston.transports.Console({handleExceptions: true}),
|
new winston.transports.Console({handleExceptions: true}),
|
||||||
new winston.transports.File({filename: '/data/NCB.log', handleExceptions: true})
|
// new winston.transports.File({filename: '/data/NCB.log', handleExceptions: true})
|
||||||
]
|
]
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user