From d89c84478faa84b65f7961d8c9f3d87eedd16fd7 Mon Sep 17 00:00:00 2001 From: Peter Repukat Date: Sun, 29 Jan 2023 17:44:01 +0100 Subject: [PATCH] Add some fancy tail replacement scripts for viewing logs in craptastic visual studio --- tail_config_logs.ps1 | 1 + tail_target_logs.ps1 | 1 + 2 files changed, 2 insertions(+) create mode 100644 tail_config_logs.ps1 create mode 100644 tail_target_logs.ps1 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