File tree 2 files changed +3
-1
lines changed
2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -426,6 +426,7 @@ $LogObject = [PSCustomObject]@{
426
426
427
427
try {
428
428
Write-Verbose " Compressing log with: $compresscmd "
429
+ Write-Verbose " Compress command line: $compresscmd $ ( $params -join ' ' ) "
429
430
if ($g_debugFlag ) {
430
431
return
431
432
}
Original file line number Diff line number Diff line change @@ -318,6 +318,7 @@ $LogObject = [PSCustomObject]@{
318
318
319
319
try {
320
320
Write-Verbose " Compressing log with: $compresscmd "
321
+ Write-Verbose " Compress command line: $compresscmd $ ( $params -join ' ' ) "
321
322
if ($g_debugFlag ) {
322
323
return
323
324
}
@@ -1398,7 +1399,7 @@ function Log-Rotate {
1398
1399
$PSDefaultParameterValues [' Invoke-Command:ErrorAction' ] = ' Stop'
1399
1400
1400
1401
# Prints miscellaneous information and exits
1401
- $LogRotateVersion = ' 1.2.0 '
1402
+ $LogRotateVersion = ' 1.2.1 '
1402
1403
if ($Version ) {
1403
1404
Write-Output " Log-Rotate $LogRotateVersion "
1404
1405
return
You can’t perform that action at this time.
0 commit comments