-
Notifications
You must be signed in to change notification settings - Fork 2.5k
New issue
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
Adding tcp logger. #1221
Adding tcp logger. #1221
Conversation
5da6b3e
to
c37c911
Compare
I completed the tcp logger but am getting below error in a unit test (test 5 access).
Any thoughts am actually blocked here |
@Akayeshmantha the test case 5 will connect tcp log server |
need add plugin doc and README.md. |
@moonming added thanks. |
@moonming added the readme file and the document. |
merged, many thx |
Summary
Adding support to tcp logger plugin.
Full changelog
Started working on tcp logger plugin
Referring these 2 repos :- https://github.com/openresty/lua-nginx-module#udpsocksetpeername
https://github.com/fluent/fluent-logger-node
I am more familiar with node.js so I thought it would help me. to understand the flow
Issues resolved
Fix #1220