Ver a proveniência

add cap started and shotdown log.

undefined
Savorboard há 6 anos
ascendente
cometimento
239b849c57
1 ficheiros alterados com 4 adições e 0 eliminações
  1. +4
    -0
      src/DotNetCore.CAP/IBootstrapper.Default.cs

+ 4
- 0
src/DotNetCore.CAP/IBootstrapper.Default.cs Ver ficheiro

@@ -59,6 +59,8 @@ namespace DotNetCore.CAP

private async Task BootstrapTaskAsync()
{
_logger.LogInformation("### CAP starting...");

await Storage.InitializeAsync(_cts.Token);

if (_cts.IsCancellationRequested)
@@ -83,6 +85,8 @@ namespace DotNetCore.CAP

_ctsRegistration.Dispose();
_cts.Dispose();

_logger.LogInformation("### CAP started!");
}

protected virtual Task BootstrapCoreAsync()


Carregando…
Cancelar
Guardar