diff --git a/performancetest/PerformanceTest.go b/performancetest/PerformanceTest.go index 060a6b3..3840f15 100644 --- a/performancetest/PerformanceTest.go +++ b/performancetest/PerformanceTest.go @@ -64,7 +64,7 @@ func callPasswordSafeAPI() { // create a zap logger wrapper zapLogger := logging.NewZapLogger(logger) - zapLogger.Info("Starting flow") + zapLogger.Info("Starting Performance Test execution") apiUrl := "https://example.com:443/BeyondTrust/api/public/v3/" clientId := "" clientSecret := "" @@ -123,6 +123,8 @@ func callPasswordSafeAPI() { // WARNING: Do not log secrets in production code, the following log statement logs test secrets for testing purposes: zapLogger.Warn(fmt.Sprintf("%v", gotSecret)) + zapLogger.Info("Ending Performance Test execution") + // signing out _ = authenticate.SignOut()