From: Francis Dupont Date: Fri, 19 Oct 2018 14:02:50 +0000 (+0200) Subject: [153-netconf-configs] Added trace log config X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e58a4e94008ada45312b5001c469d3259bbc777c;p=thirdparty%2Fkea.git [153-netconf-configs] Added trace log config --- 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 + } + ] +*/ } }