Editorial question17.9K views1,964 votes0 answers2,387 following
AI-generatedDoes AdonisJS Include Stack Traces in Production Logs When LOG_LEVEL Is Set to Error?
Background AdonisJS bundles Winston as its default logger. The configuration lives in config/logger.js and can be overridden by the LOG_LEVEL and LOG_FILE environment variables. During a deployment failure, the console output and any file logs are the primary source for diagnosing the issue. Unresolved Decision The documentation does not explicitly state whe