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