logging for report new matches
This commit is contained in:
parent
3b7e07a9bd
commit
e493cda473
2 changed files with 3 additions and 1 deletions
|
|
@ -1,4 +1,5 @@
|
|||
Start-Transcript -Path '/var/log/dtch/report_new_matches.log' -Append
|
||||
$logprefix = get-date -Format ddMMyyy_HHmmss
|
||||
Start-Transcript -Path "../logs/report_new_matches_$logprefix.log" -Append
|
||||
|
||||
if ($PSScriptRoot.length -eq 0) {
|
||||
$scriptroot = Get-Location
|
||||
|
|
|
|||
1
logs/REAMD.MD
Normal file
1
logs/REAMD.MD
Normal file
|
|
@ -0,0 +1 @@
|
|||
Location for logs
|
||||
Loading…
Add table
Add a link
Reference in a new issue