mfbarrows
Results
1
issues of
mfbarrows
With just ``` stream: new RotatingFileStream({ path: 'logs/error%F.log', period: '1d', }) ``` a new empty file is created on each execution, if it doesn't already exist. It would be fantastically...