Updated logging limits for Vercel Functions
Vercel raises Vercel Functions runtime log limits to 256 KB per line, 256 lines per request, and 1 MB total per request, replacing the previous 4 KB-per-line cap.
The limits for have been increased, allowing for significantly larger log entries. These updates replace the previous 4KB-per-line restriction, and they are now live for all projects.runtime logVercel Functions The runtime log limits are now: Learn more about our logs in .our documentation Read more Up to 256KB per log line.Log line size: Up to 256 individual log lines per request.Log line count: Up to 1MB (sum of all log lines in a single request).Total log size per request: