logo
首页技术栈工具库讨论
watchtower

watchtower

Watchtower is a log handler for Amazon Web Services CloudWatch Logs. CloudWatch Logs is a log management service built into AWS. It is conceptually similar to services like Splunk and Loggly, but is more lightweight, cheaper, and tightly integrated with the rest of AWS. Watchtower, in turn, is a lightweight adapter between the Python logging system and CloudWatch Logs. It uses the boto3 AWS SDK, and lets you plug your application logging directly into CloudWatch without the need to install a system-wide log collector. It aggregates logs into batches to avoid sending an API request per each log message, while guaranteeing a delivery deadline (60 seconds by default).
由 
bruceshi2021-01-13 收录
--
推荐
不推荐
更多信息
GitHub iconkislyuk/watchtower530
CONDA
conda install -c anaconda watchtower
查看
PYPI
pip install watchtower
查看
标签
根据用户添加的标签生成
暂无标签