Closed
Description
I kept running out of space on my AWS EC2 instance until I figured out that our code deployer was setting VERBOSE to 1. This kept crashing our server almost daily with ENOSPC
, until it was redeployed. Now that I've disabled verbose, and set logLevel
to "error"
, I still think that we'll hit ENOSPC
eventually. Is there a way to remove older logs?
To be honest, I want to completely disabled logging until I'm sure about this issue no longer being a problem. But I haven't figured out a simple way yet.
Metadata
Metadata
Assignees
Labels
No labels