Error counts skip around; spotting whether failures are accelerating needs a chart, not eyeballs. Error Trend Chart Generator detects error-level lines and HTTP 4xx/5xx from any pasted log, buckets them by the interval you pick, and draws a proportional bar chart of failures over time using block characters — readable in a plain-text report, no image or JS charting library required.
Consecutive-bucket deltas (▲ rising, ▼ falling, = flat) mark where the failure count rose or fell from one interval to the next, a rising-bucket stat flags sustained growth across the whole window, and the repeated-error ranking names the loudest recurring failure text — an escalation headline in one screenshot.
A line is treated as an error if it contains a recognized error token (ERROR, FATAL, PANIC, EXCEPTION, TRACEBACK, FAILED, DENIED, TIMEOUT) or an HTTP status code in the 400–599 range, whether that code sits mid-line or is the very last token. Anything else — INFO/DEBUG lines, 2xx/3xx statuses — is ignored so the chart reflects failures only, not overall traffic volume.