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

Log to aws instead of DB #14

Open
yigitguler opened this issue Feb 11, 2021 · 4 comments
Open

Log to aws instead of DB #14

yigitguler opened this issue Feb 11, 2021 · 4 comments
Assignees

Comments

@yigitguler
Copy link
Member

Maybe we can optionnaly log old messages to AWS instead of DB. What do you think?

@alicertel
Copy link
Contributor

Do you mean that after some time deleting the old logs and creating them in AWS?

@yigitguler
Copy link
Member Author

I meant storing only on AWS, but is it even possible?

@alicertel
Copy link
Contributor

I think we can do anything with boto3 :) I made a quicklook and there is python samples to put logs to cloudwatch.

But we will lose the ability to use our lovely django admin for debugging. I think this should be optional and default should be postgres.

@yigitguler
Copy link
Member Author

Totally agree. But in projects like Algorand, it creates a great amount of load to the DB for no reason.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants