diff --git a/tail_config_logs.ps1 b/tail_config_logs.ps1 new file mode 100644 index 0000000..491758b --- /dev/null +++ b/tail_config_logs.ps1 @@ -0,0 +1 @@ +Get-Content "$env:appdata\GlosSI\glossiconfig.log" -Wait \ No newline at end of file diff --git a/tail_target_logs.ps1 b/tail_target_logs.ps1 new file mode 100644 index 0000000..1fbc438 --- /dev/null +++ b/tail_target_logs.ps1 @@ -0,0 +1 @@ +Get-Content "$env:appdata\GlosSI\GlosSItarget.log" -Wait \ No newline at end of file