-
Notifications
You must be signed in to change notification settings - Fork 260
Add pid to log #360
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
Add pid to log #360
Conversation
Codecov Report
@@ Coverage Diff @@
## master #360 +/- ##
==========================================
- Coverage 40.93% 40.86% -0.07%
==========================================
Files 25 25
Lines 3518 3519 +1
==========================================
- Hits 1440 1438 -2
- Misses 1870 1872 +2
- Partials 208 209 +1
Continue to review full report at Codecov.
|
|
@sharmasushant |
|
@saiyan86 |
|
/lgtm |
tamilmani1989
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
What this PR does / why we need it:
Each cni request starts a new process, but they share same log file. When multi cni requests received at same time, it is difficult to distinguish logs for each request, add pid to logs will help to better troubleshooting issue.
Which issue this PR fixes
Fixes #354