Next.js Discord

Discord Forum

Build polluted by cache logs

Unanswered
Nile Crocodile posted this in #help-forum
Open in Discord
Nile CrocodileOP
When I build my Next.js app I get a bunch of logs that look like this:

IncrementalCache: successfully locked 9e317ce57a5a87560f35f1bc044da6620dae5e4ebef07784c7@ide/web build-local-prod $ env-cmd -f .env.development next build
│ [31948 lines elided]
│ FileSystemCache: get 9e317ce57a5a87560f35f1bc044da6620dae5e4ebef07784c7ea551ce57faf43 [] FETCH false


or

│ 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 initialized


I think it comes from using cache components. Does anyone know how to disable this?

0 Replies