SadiJr opened a new pull request, #7228: URL: https://github.com/apache/cloudstack/pull/7228
### Description ACS has one method `(LogUtils#logGsonWithoutException)` which tries to transform one object to JSON, to write this object in the logs. If this tranformation fails, the message `error to decode` is written in DEBUG, which in some scenarios can cause a lot of useless messages. This method was refactored, and this message was changed to write only in TRACE. ### Types of changes - [ ] Breaking change (fix or feature that would cause existing functionality to change) - [ ] New feature (non-breaking change which adds functionality) - [ ] Bug fix (non-breaking change which fixes an issue) - [x] Enhancement (improves an existing feature and functionality) - [ ] Cleanup (Code refactoring and cleanup, that may add test cases) ### Feature/Enhancement Scale or Bug Severity #### Bug Severity - [ ] BLOCKER - [ ] Critical - [ ] Major - [x] Minor - [ ] Trivial ### Screenshots (if appropriate): ### How Has This Been Tested? It was tested in a local lab: 1. I performed some basic operations in VMs, like creating new VMs, destroying these VMs, migrating volumes, and so on; 2. Before, there were a lot of messages `error to decode` like, which didn't provide enough information to the operators; 3. This message is no longer displayed in the DEBUG level. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
