summaryrefslogtreecommitdiffstats
path: root/configd/src/apps/sentinel/outward-check.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/outward-check.cpp
parent39ed7a2516c2512fbf3df805196cbb5d5f3a9519 (diff)
make it easy to turn on debugging for sentinel components
Diffstat (limited to 'configd/src/apps/sentinel/outward-check.cpp')
-rw-r--r--configd/src/apps/sentinel/outward-check.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/configd/src/apps/sentinel/outward-check.cpp b/configd/src/apps/sentinel/outward-check.cpp
index c9c94443274..391e5fee8bf 100644
--- a/configd/src/apps/sentinel/outward-check.cpp
+++ b/configd/src/apps/sentinel/outward-check.cpp
@@ -3,7 +3,7 @@
#include "outward-check.h"
#include <vespa/log/log.h>
-LOG_SETUP(".outward-check");
+LOG_SETUP(".sentinel.outward-check");
namespace config::sentinel {