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

Keep error logs per feed and subscription #1

Open
fluffy-critter opened this issue Jul 20, 2020 · 0 comments
Open

Keep error logs per feed and subscription #1

fluffy-critter opened this issue Jul 20, 2020 · 0 comments
Labels
design System design ideas

Comments

@fluffy-critter
Copy link
Contributor

class LogEntry(DbEntity):
    feed = orm.Optional(Feed) # for main fetch
    subscription = orm.Optional(Subscription) # for auth fetch
    Datetime(index)
    level
    message
    details
    composite index on feed, sub, datetime

Then feed and subscription keep them as a set

@fluffy-critter fluffy-critter added the design System design ideas label Jul 20, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
design System design ideas
Projects
None yet
Development

No branches or pull requests

1 participant