Suhail Akhtar
Suhail Akhtar
Hi @louis030195 Try running the app with [elevate](https://github.com/jpassing/elevate), it doesn't require admin privileges, it might solve the issue
@conorfuller use version `2.4.7`. `npm i file-system-cache@^2.4.7`
@conorfuller not sure about your usecase but I am using https://github.com/maxpert/node-cache-manager-sqlite, you can try that.
close https://github.com/ddsol/speedtest.net/issues/133
@ddsol pls review
@adrianjagielak pls review
Hi @adrianjagielak take a look whenever you are available
sorry @adrianjagielak for tagging you. @ddsol pls look into it.
Here you go @ChrisMBarr ```typescript WinstonModule.forRootAsync({ inject: [], useFactory: () => { const contextsToSkip = [ 'ContextToSkip', 'AnotherContextToSkip', 'YetAnotherContext', ]; const skipLogFilter = format((info) => { if (contextsToSkip.includes(info.context)) { console.log('Skipping...