You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First of all, many thanks for this beautiful module.
I am using it for my logging server. I had needed custom intervals like 10 minutes. After searching solution and spending quite time, I cloned the repo and change line 84 from frequency: 'custom',
to: frequency: options.frequency ? options.frequency: 'custom' ,
So it can benefit from file-stream-rotator's feature. It works as expected even under high load.
if you think it is good idea, you can update it. I hope it helps somebody.
Best Regards,
Kuddusi Ciftcibasi
The text was updated successfully, but these errors were encountered:
Hello Matt,
First of all, many thanks for this beautiful module.
I am using it for my logging server. I had needed custom intervals like 10 minutes. After searching solution and spending quite time, I cloned the repo and change line 84 from
frequency: 'custom',
to:
frequency: options.frequency ? options.frequency: 'custom' ,
So it can benefit from file-stream-rotator's feature. It works as expected even under high load.
if you think it is good idea, you can update it. I hope it helps somebody.
Best Regards,
Kuddusi Ciftcibasi
The text was updated successfully, but these errors were encountered: