LOG_LEVEL: "debug" runs in production: very verbose, large logs.
Fix
Set LOG_LEVEL: "info" for normal operation; switch to debug only when
troubleshooting.
## Problem
`LOG_LEVEL: "debug"` runs in production: very verbose, large logs.
## Fix
Set `LOG_LEVEL: "info"` for normal operation; switch to `debug` only when
troubleshooting.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Problem
LOG_LEVEL: "debug"runs in production: very verbose, large logs.Fix
Set
LOG_LEVEL: "info"for normal operation; switch todebugonly whentroubleshooting.