-
Notifications
You must be signed in to change notification settings - Fork 5.9k
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
session: adjust session log #10088
session: adjust session log #10088
Conversation
remove '[]' Signed-off-by: Keyi Xie <[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
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
Codecov Report
@@ Coverage Diff @@
## master #10088 +/- ##
================================================
- Coverage 78.1195% 78.0692% -0.0503%
================================================
Files 405 405
Lines 82032 81999 -33
================================================
- Hits 64083 64016 -67
- Misses 13247 13275 +28
- Partials 4702 4708 +6 |
/run-all-tests |
/run-integration-common-test |
/run-common-test tidb-test=pr/779 |
/run-common-test tidb-test=pr/783 |
/run-all-tests |
remove '[]'
Signed-off-by: Keyi Xie [email protected]
What problem does this PR solve?
Zap will automatically add the bracket.
Now, the bracket is a little redundancy.
And we should use
conn
as the abbreviation ofconnection
, rather thancon
.What is changed and how it works?
Change
con
toconn
&& remove the redundant bracket.Check List
Tests
Code changes
Side effects
Related changes
Before this PR merged:
![image](https://user-images.githubusercontent.com/7782671/55794830-e44ab000-5af8-11e9-876c-1f398eb1c65b.png)
This change is![Reviewable](https://camo.githubusercontent.com/1541c4039185914e83657d3683ec25920c672c6c5c7ab4240ee7bff601adec0b/68747470733a2f2f72657669657761626c652e696f2f7265766965775f627574746f6e2e737667)