-
Notifications
You must be signed in to change notification settings - Fork 304
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
feat: redirect daemon stdout stderr to file #1244
Conversation
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
5057e0e
to
613b059
Compare
Codecov Report
@@ Coverage Diff @@
## main #1244 +/- ##
==========================================
- Coverage 47.70% 47.52% -0.18%
==========================================
Files 134 134
Lines 10728 10728
==========================================
- Hits 5118 5099 -19
- Misses 5045 5063 +18
- Partials 565 566 +1
Flags with carried forward coverage won't be shown. Click here to find out more.
|
4fdcc11
to
7d4ad63
Compare
Signed-off-by: Jim Ma <[email protected]>
Signed-off-by: Jim Ma <[email protected]>
Signed-off-by: Jim Ma <[email protected]>
7d4ad63
to
d1799d2
Compare
Signed-off-by: Jim Ma <[email protected]>
Signed-off-by: Jim Ma <[email protected]>
Signed-off-by: Jim Ma <[email protected]>
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
1. redirect daemon stdout stderr to file 2. fix wrong zap grpc log output Signed-off-by: Jim Ma <[email protected]>
1. redirect daemon stdout stderr to file 2. fix wrong zap grpc log output Signed-off-by: Jim Ma <[email protected]>
Signed-off-by: Jim Ma [email protected]
Description
So we need redirect them to log files.
Related Issue
Motivation and Context
Screenshots (if appropriate)
Types of changes
Checklist