vishalanandl177/DRF-API-Logger

Store Log in cloudwatch

Closed this issue · 2 comments

hello,

is it possible to store log in aws cloudwatch instead of the database? I am trying to achieve it using watchtower

Yes, it's possible.

Watchtower is a good library for this but it won't be the same as DEF-API-Logger.
I'll suggest you use DRF-API-Logger signals and manually log the data into a different database (for example Elasticsearch).

To log the data into Cloudwatch, use Watchtower for now. Soon I'll add a feature to log into CloudWatch as well.

Feel free to reopen.