NeonGeckoCom / skill-support_helper

Support Helper skill
Other
1 stars 0 forks source link

Update attachment truncation to avoid missing attachments #80

Closed NeonDaniel closed 2 months ago

NeonDaniel commented 2 months ago

Description

Update logic and tests to take last 1MB of log files instead of approximating by lines

Issues

Closes #81

Other Notes

The email proxy will attempt to send an email with all passed attachments. If this exceeds the maximum allowed by the email provider and the send fails, then all attachments are discarded.