fluent / fluent/fluent-logger-python
Fluent send via UDP
Open
- Dominant language
- Python
- Stars
- 457
- Forks
- 138
- PR merge metrics
- No merged PRs in 30d
Description
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!
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.