Przeglądaj źródła

modify error log content.

master
Savorboard 7 lat temu
rodzic
commit
bf2a874103
1 zmienionych plików z 1 dodań i 1 usunięć
  1. +1
    -1
      src/DotNetCore.CAP.Kafka/PublishQueueExecutor.cs

+ 1
- 1
src/DotNetCore.CAP.Kafka/PublishQueueExecutor.cs Wyświetl plik

@@ -49,7 +49,7 @@ namespace DotNetCore.CAP.Kafka
catch (Exception ex)
{
_logger.LogError(
$"kafka topic message [{keyName}] has been raised an exception of sending. the exception is: {ex.Message}");
$"An error occurred during sending the topic message to kafka. Topic:[{keyName}], Exception: {ex.Message}");

return Task.FromResult(OperateResult.Failed(ex));
}


Ładowanie…
Anuluj
Zapisz