Make error digest emails compact or customizable

Right now the error digest emails include a pretty large bitmap/header and fairly spaced-out formatting, which makes them hard to scan quickly. I have to scroll just to reach the actual error details, which makes them more difficult to use when I’m checking them in Outlook’s preview pane.

Would it be possible to either:

  1. Make the email format customizable (so we can define our own template), or
  2. Provide a “compact mode” option?

What I’d ideally want:

  • No large bitmap at the top (or at most a very thin strip)
  • Smaller font / tighter spacing
  • Errors visible immediately without scrolling

The content itself is fine, it’s just the formatting that makes it harder to use.

For example, here’s the same content in a compact format without losing any information:


Anvil Error Digest – <app name>

Errors in last hour: 3 sessions

2026-03-12 00:42:56 | HTTP API Request | Errors: 1  
- API request routing failed. No @anvil.server.http_endpoint exists with path matching '/home.php'

2026-03-12 00:42:53 | HTTP API Request | Errors: 1  
- API request routing failed. No @anvil.server.http_endpoint exists with path matching '/pki-validation.php'

2026-03-12 00:42:49 | HTTP API Request | Errors: 1  
- API request routing failed. No @anvil.server.http_endpoint exists with path matching '/pki-validation/'

View sessions: <link>  
Unsubscribe: <link>

Same info, just easier to read at a glance and fits in a preview pane.

1 Like