-
-
Notifications
You must be signed in to change notification settings - Fork 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
When printing sync target info to the log, filter the data #9985
Comments
I understood the issue, but I am not able to find where have we defined sync Info schema, also when you are talking about the log where are you pointing exactly? |
ppk_.value.privateKey: The first 20 characters and last 20 characters should be kept, and the rest removed (replaced by "...") I am having confusion do you want to keep first 40 characters or the first point?? |
ppk_.value.privateKey: The first 20 characters and last 20 characters should be kept, and the rest removed (replaced by "...") I think one of them shoul be ppk_.value.publicKey |
Currently during sync, the full sync info is printed to the log. It contains a lot of unnecessary information and should be filtered out:
masterKeys_
: Thecontent
andchecksum
properties should be removedppk_.value.privateKey
: The first 20 characters and last 20 characters should be kept, and the rest removed (replaced by "...")ppk_.value.publicKey
Keep the first 40 charactersThe text was updated successfully, but these errors were encountered: