clusterlink
clusterlink copied to clipboard
Standardize error and logging message format
Based on Go language style recommendations:
- Error messages included in
errorreturn values (which can be passed up the stack and concatenated with other errors) should start with a lower case letter and not end with punctuation. - logging messages (including those in
Errorlevel) should be structured as full sentences (capitalized and punctuated).
This should be done across the entire code base