diff --git a/App.go b/App.go index da2b9dd..81532bf 100644 --- a/App.go +++ b/App.go @@ -54,7 +54,7 @@ func (app *App) Start() { } func (app *App) Stop() { - // testing + // tes app.Logger.Infow("source controller shutdown initiating") timeoutContext, cancel := context.WithTimeout(context.Background(), 5*time.Second) defer cancel()