From 082c478fcd666eb1dd3bfba5a7ca427c5baaa940 Mon Sep 17 00:00:00 2001 From: misdept Date: Mon, 6 Jan 2025 15:00:06 -0500 Subject: [PATCH] Change default log file path --- PS-Logger/PS-Logger.psm1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PS-Logger/PS-Logger.psm1 b/PS-Logger/PS-Logger.psm1 index f79c358..f5e7281 100644 --- a/PS-Logger/PS-Logger.psm1 +++ b/PS-Logger/PS-Logger.psm1 @@ -74,7 +74,7 @@ function Write-LogMessage { function Start-Logging { param( [Parameter(Mandatory = $false)] - [string]$LogPath = "$env:TEMP\PremierOne_Install_$(Get-Date -Format 'yyyyMMdd_HHmmss').log", + [string]$LogPath = "$env:TEMP\pslog_$(Get-Date -Format 'yyyyMMdd_HHmmss').log", [Parameter(Mandatory = $false)] [switch]$Force,