Change default log file path
This commit is contained in:
@@ -74,7 +74,7 @@ function Write-LogMessage {
|
|||||||
function Start-Logging {
|
function Start-Logging {
|
||||||
param(
|
param(
|
||||||
[Parameter(Mandatory = $false)]
|
[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)]
|
[Parameter(Mandatory = $false)]
|
||||||
[switch]$Force,
|
[switch]$Force,
|
||||||
|
|||||||
Reference in New Issue
Block a user