fluent / fluent/fluent-logger-python
Fluent send via UDP
Đang mở
- Ngôn ngữ chính
- Python
- Star
- 457
- Fork
- 138
- Chỉ số merge pull request
- Không có pull request nào được merge trong 30 ngày
Mô tả
Hi folks
I've tried to send logs to fluentd with this code
`from fluent import sender
logger = sender.FluentSender('app', host='127.0.0.1', port=24224)
logger.emit('test', {'from': 'localhost', 'to': 'fluentd'})
logger.close()
`
And success!
Now, do you have idea to send that via udp?
If it's already the feature, please write it on readme.md. I think I'm not only one who wants to send logs via UDP.
Thank you!
Hướng dẫn đóng góp
Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này
Đánh giá
Issue này chưa được đánh giá.