adi-biton-bitmain
Results
1
issues of
adi-biton-bitmain
I added the following code: ``` const log = bunyan.createLogger({ name: 'bar', streams: [{ type: 'raw', stream: new RotatingFileStream({ path: './log/%Y-%m-%d.log', period: '10ms', totalFiles: 10, rotateExisting: true, threshold: '10m', totalSize:...