-
Notifications
You must be signed in to change notification settings - Fork 817
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
camelCase playerID in log statements #2041
Conversation
Thanks for your pull request. It looks like this may be your first contribution to a Google open source project (if not, look below for help). Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). 📝 Please visit https://cla.developers.google.com/ to sign. Once you've signed (or fixed any issues), please reply here with What to do if you already signed the CLAIndividual signers
Corporate signers
ℹ️ Googlers: Go here for more info. |
Build Succeeded 👏 Build Id: c53fb50a-efed-4a3a-9b9e-1a726c1bd87d The following development artifacts have been built, and will exist for the next 30 days:
A preview of the website (the last 30 builds are retained): To install this version:
|
@googlebot I signed it! |
Which logs did you see that used agones/pkg/sdkserver/localsdk.go Line 404 in e048859
|
Doing a quick search for .withField(...) - we do tend to standardise on starting with lowercase for key names. So seems like a reasonable cleanup? |
SGTM. |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: mthssdrbrg, roberthbailey The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Just noticed that the logging in Suppose it would make sense to go with the Go way of capitalizing ID? |
Yes - it would be nice to match style. |
+1 from me. |
To be consistent with other logs, as they seem to be using `playerID` instead of `PlayerID`.
6d848ca
to
0761b46
Compare
New changes are detected. LGTM label has been removed. |
Sweet, done, and rebased on latest |
Build Failed 😱 Build Id: d353d817-fd6e-4888-a1ef-06e5d97e5c7e To get permission to view the Cloud Build view, join the agones-discuss Google Group. |
Build Succeeded 👏 Build Id: a55c1d54-eff9-4b68-8e70-01a7bb79b5ca The following development artifacts have been built, and will exist for the next 30 days:
A preview of the website (the last 30 builds are retained): To install this version:
|
Noticed this while browsing the source, and to be consistent with other logs, as they seem to be using
playerID
instead ofPlayerID
.What type of PR is this?
/kind cleanup