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,