Skip to content
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

[Filestore] Allow configuring string truncation length before <truncated> in log #3127

Open
Sazonov99 opened this issue Mar 3, 2025 · 0 comments
Assignees

Comments

@Sazonov99
Copy link
Collaborator

Sazonov99 commented Mar 3, 2025

In the current implementation, strings containing long values are automatically truncated when they reach the maximum length defined within the Google Protobuf library (see truncate_string_field_longer_than_).

This limit is hardcoded and cannot be changed through configuration. As a result, debugging information may be lost. For example:

DestroyFileStore #11304330866424255903 send response:  
Error { Code: 2147483650 Message: "Filestore volume \"***" h...<truncated>..."
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant