mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
Made the changes to improve logging.CLOUSTACK-9465 Several log refactoring/improvement suggestions. There are two scenarios of logging which needs refactoring/improvement: Method invocation replaced by variable This means that in the logging code, the method invocation is pre-defined as a variable. for simplicity, the method invocation should be replaced by the variable. Delete variable which must be null The variable in the logging code is null, there is no need to put the variable there. * pr/1705: Made the changes to improve logging. Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>