-
Notifications
You must be signed in to change notification settings - Fork 430
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adding log to print all configuration flags at start of gcs fuse mount (
#1565) * logs flags while mounting gcsfuse * updates log message for mount flag * fixes import lint issue * refactors and renames toString method to support marshalling of nested struct * refactor stringify to use json marshal * adds method for error handling in stringify * updates logger message for flags | remove unnecessary trim space from test * changes stringify error log to warn log * makes customType private * removes extra line from TestStringifyShouldReturnEmptyStringWhenMarshalErrorsOut * moves Stringify to util package * adds doc for Stringify * removes unnecessary TrimSpace * updates Stringify docs to Go format
- Loading branch information
1 parent
93d94ca
commit ec11621
Showing
4 changed files
with
107 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters