From b7b528277014879e436ae7fe1f3851024938fbd3 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Wed, 17 Jun 2020 12:59:15 +0100 Subject: initial log monitoring support --- internal/config/config.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'internal/config/config.go') diff --git a/internal/config/config.go b/internal/config/config.go index 7241276..39149bc 100644 --- a/internal/config/config.go +++ b/internal/config/config.go @@ -9,8 +9,8 @@ import ( // ControlUser is used for various DTail specific operations. const ControlUser string = "DTAIL-CONTROL-USER" -// ScheduleUser is used for scheduled queries. -const ScheduleUser string = "DTAIL-SCHEDULE-USER" +// BackgroundUser is used for non-interactive scheduled queries and log monitoring and such. +const BackgroundUser string = "DTAIL-BACKGROUND-USER" // Client holds a DTail client configuration. var Client *ClientConfig -- cgit v1.2.3