Minor refactoring in LogDecorator
This commit is contained in:
parent
2f54214785
commit
7b9d14fe2a
@ -26,7 +26,7 @@
|
||||
|
||||
var response = await _inner.Handle(message);
|
||||
|
||||
_logger.LogInformation($"Succedded executed command {_inner.GetType().FullName}");
|
||||
_logger.LogInformation($"Command executed successfully {_inner.GetType().FullName}");
|
||||
|
||||
return response;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user