Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

logging: audit practices for creating and storing #582

Open
1 of 4 tasks
josh-chamberlain opened this issue Jan 16, 2025 · 0 comments
Open
1 of 4 tasks

logging: audit practices for creating and storing #582

josh-chamberlain opened this issue Jan 16, 2025 · 0 comments
Labels
enhancement New feature or request

Comments

@josh-chamberlain
Copy link
Contributor

josh-chamberlain commented Jan 16, 2025

Context

We hit our limit for papertrail, which is at 50MB—we are projected to hit 168MB this month. We can petition for a better plan, or even spend the $84 per year, but the logs will be more useful if they are less crammed with stuff to ignore anyway.

Requirements

  • reach out to papertrail asking them to give us the 1GB plan for free
  • attempt to reduce repetitive information
    • tests (fig 1): can we have a shorter, simpler, "5 tests ran successfully" for the happy path? Of course, if things go wrong, we may want more detailed logs, so it's important not to destroy that
    • archives (fig 2): can we reduce the space taken up with something like "100 sources archived successfully" or otherwise truncate

fig 1

Image

fig 2

Image
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: To do
Status: Todo
Development

No branches or pull requests

1 participant