Skip to content

Commit

Permalink
CLI execution Log Source Application User
Browse files Browse the repository at this point in the history
  • Loading branch information
GokulBothe99 committed Aug 9, 2024
1 parent 8f87ade commit a7a1455
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Ginger/GingerCoreNET/Run/RunsetExecutor.cs
Original file line number Diff line number Diff line change
Expand Up @@ -466,6 +466,7 @@ public async Task RunRunset(bool doContinueRun = false)
}
}
Reporter.ToLog(eLogLevel.INFO, string.Format("Ginger Execution Id: {0}", RunSetConfig.ExecutionID));
Reporter.ToLog(eLogLevel.INFO, string.Format("{0} Source Application: '{1}' And Source Application User: '{2}'", GingerDicser.GetTermResValue(eTermResKey.RunSet), RunSetConfig.SourceApplication, RunSetConfig.SourceApplicationUser));

RunSetConfig.LastRunsetLoggerFolder = "-1"; // !!!!!!!!!!!!!!!!!!
Reporter.ToLog(eLogLevel.INFO, string.Format("Reseting {0} elements", GingerDicser.GetTermResValue(eTermResKey.RunSet)));
Expand Down

0 comments on commit a7a1455

Please sign in to comment.