aboutsummaryrefslogtreecommitdiffstats
path: root/configd/src/apps/sentinel/env.cpp
diff options
context:
space:
mode:
authorArne Juul <arnej@verizonmedia.com>2021-06-13 10:40:19 +0000
committerArne Juul <arnej@verizonmedia.com>2021-06-13 10:40:19 +0000
commit5bb058ee6c1bf262fca31483ce2d3844408770fc (patch)
tree3a239b93878675ba7eadf6f590217745d2650c73 /configd/src/apps/sentinel/env.cpp
parent39ed7a2516c2512fbf3df805196cbb5d5f3a9519 (diff)
make it easy to turn on debugging for sentinel components
Diffstat (limited to 'configd/src/apps/sentinel/env.cpp')
-rw-r--r--configd/src/apps/sentinel/env.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/configd/src/apps/sentinel/env.cpp b/configd/src/apps/sentinel/env.cpp
index f857f95a496..c345de1df36 100644
--- a/configd/src/apps/sentinel/env.cpp
+++ b/configd/src/apps/sentinel/env.cpp
@@ -12,7 +12,7 @@
#include <thread>
#include <chrono>
-LOG_SETUP(".env");
+LOG_SETUP(".sentinel.env");
using vespalib::make_string_short::fmt;
using namespace std::chrono_literals;