-
Notifications
You must be signed in to change notification settings - Fork 1.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
automatically slices --eventaddr file to the specified size( similar to lograte) #720
Comments
|
To implement automatic file slicing for the
This setup will allow To continue talking to Dosu, mention @dosu. Help Dosu learn! Give it feedback: Great Response | Irrelevant Answer | Incorrect Sources | Too Verbose | Hallucination | Other |
|
In a continuous traffic environment,
./ecapture-perf tls --eventaddr=xxx.txt
may generate a large ecapture file xxx.txt, is it possible to consider using golang rolling file library, such as lumberjack/rotatelogs, to integrate with zerolog and support automatic slicing of eventaddr specified files (the file handler that receives the captured event)? ThksThe text was updated successfully, but these errors were encountered: