Change default log file path
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user