Lower LOG_LEVEL from debug to info #44
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Problem
LOG_LEVEL: "debug"runs in production: very verbose, large logs.Fix
Set
LOG_LEVEL: "info"for normal operation; switch todebugonly whentroubleshooting.