From 4235a1fd34d5c575470c72bbccd8e19ef399c661 Mon Sep 17 00:00:00 2001 From: Shivam Nagar <124123645+Shivam-nagar23@users.noreply.github.com> Date: Thu, 14 Dec 2023 11:27:28 +0530 Subject: [PATCH] Update App.go --- App.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()