diff --git a/Notes-about-the-repo.md b/Notes-about-the-repo.md index e028174..cebb2a8 100644 --- a/Notes-about-the-repo.md +++ b/Notes-about-the-repo.md @@ -93,14 +93,6 @@ The script currently contains two sets of logging helpers: - Uses `EventSource = "SVSMSP_Module"` - Matches the SVSMSP toolkit behavior -2. An older pair that: - - Uses `EventLog = "Application"` - - Uses `EventSource = "Script Automation Monkey"` - -PowerShell will use the last definition in the file. -When convenient, consider: - Keeping only the newer `Write-LogHelper` / `Write-LogHybrid` that log to `SVSMSP Events` -- Removing the older `Script Automation Monkey` / `Application` versions to avoid confusion -This is unrelated to CSS and JS, but good housekeeping for the logging story.