We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Maybe we can optionnaly log old messages to AWS instead of DB. What do you think?
The text was updated successfully, but these errors were encountered:
Do you mean that after some time deleting the old logs and creating them in AWS?
Sorry, something went wrong.
I meant storing only on AWS, but is it even possible?
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.
Totally agree. But in projects like Algorand, it creates a great amount of load to the DB for no reason.
alicertel
No branches or pull requests
Maybe we can optionnaly log old messages to AWS instead of DB. What do you think?
The text was updated successfully, but these errors were encountered: