Change default log file path

This commit is contained in:
2025-01-06 15:00:06 -05:00
parent 2f2dcb77cd
commit 082c478fcd

View File

@@ -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,