Build polluted by cache logs
Unanswered
Nile Crocodile posted this in #help-forum
Nile CrocodileOP
When I build my Next.js app I get a bunch of logs that look like this:
or
I think it comes from using cache components. Does anyone know how to disable this?
IncrementalCache: successfully locked 9e317ce57a5a87560f35f1bc044da6620dae5e4ebef07784c7@ide/web build-local-prod $ env-cmd -f .env.development next build
│ [31948 lines elided]
│ FileSystemCache: get 9e317ce57a5a87560f35f1bc044da6620dae5e4ebef07784c7ea551ce57faf43 [] FETCH falseor
│ IncrementalCache: using filesystem cache handler
│ FileSystemCache: memory store already initialized
@ide/web build-local-prod $ env-cmd -f .env.development next build
│ [438 lines elided]
│ FileSystemCache: memory store already initialized
│ IncrementalCache: using filesystem cache handler
│ FileSystemCache: memory store already initializedI think it comes from using cache components. Does anyone know how to disable this?