konser80

Results 6 comments of konser80

UPD: found a workaround, not very nice: ``` filename: 'logs/trace.log', pattern: 'old/yyyy-MM/trace.yyyy-MM-dd-hh-mm-00' ``` Why is it not nice? Because if I remove 'old' – it created folder ```trace.``` (with the...

UPD1: if I change 'numBackups' to 'backups': still crushing UPD2: if I remove 'numBackups' property: still crushing

UPD3: if I make simple pattern without any numBackups or backups properties – it keeps just 1 log :( ``` tracefile: { layout, type: 'dateFile', filename: 'trace.log', pattern: 'yyyy-MM-dd-hhmmss', keepFileExt:...

Thank you for the answer. I found circular dependency in my project, it solved this problem. But i found new small bug. ``` tracefile: { type: 'dateFile', filename: 'logs/trace.log', pattern:...

Can we donate to speed up this integration? 🙏

As a workaround - maybe it's possible to create a function to remove filters from the sheet? 🙏