From e58a4e94008ada45312b5001c469d3259bbc777c Mon Sep 17 00:00:00 2001 From: Francis Dupont Date: Fri, 19 Oct 2018 16:02:50 +0200 Subject: [PATCH] [153-netconf-configs] Added trace log config --- src/bin/netconf/configs/netconf.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/src/bin/netconf/configs/netconf.json b/src/bin/netconf/configs/netconf.json index 468258ddad..ad7f1d7677 100644 --- a/src/bin/netconf/configs/netconf.json +++ b/src/bin/netconf/configs/netconf.json @@ -12,5 +12,24 @@ } } } +/* Remove comments to get traces in logs. + }, + "Logging": + { + "loggers": + [ + { + "name": "kea-netconf", + "output_options": + [ + { + "output": "stderr" + } + ], + "severity": "DEBUG", + "debuglevel": 99 + } + ] +*/ } } -- 2.47.2