<div dir="ltr"><div dir="ltr" class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div class="gmail-gs" style="margin:0px;padding:0px 0px 20px;width:1512px;font-family:Roboto,RobotoDraft,Helvetica,Arial,sans-serif;font-size:medium"><div class="gmail-"><div id="gmail-:1sp" class="gmail-ii gmail-gt" style="font-size:12.8px;direction:ltr;margin:8px 0px 0px;padding:0px"><div id="gmail-:1ei" class="gmail-a3s gmail-aXjCH" style="overflow:hidden;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:small;line-height:1.5;font-family:Arial,Helvetica,sans-serif"><div dir="ltr">Hello<div><br></div><div>I am trying to isolate <span style="color:rgb(36,39,41);font-family:Arial,"Helvetica Neue",Helvetica,sans-serif;font-size:15px">kea-dhcp4 logs based on severity level.</span>  </div><div><br></div><div>Below is the portion of kea server config file for logging.  <br></div><div><br></div><div><div> "Logging": {</div><div>        "loggers": [</div><div>          {</div><div>            "name": "kea-dhcp4",</div><div>            "output_options": [</div><div>              {</div><div>                "output": "/var/log/kea-dhcp4.log"</div><div>              }</div><div>            ],</div><div>            "severity": "WARN"</div><div>          },</div><div>          {</div><div>            "debuglevel": 99,</div><div>            "name": "kea-dhcp4",</div><div>            "output_options": [</div><div>              {</div><div>                "output": "/var/log/kea-debug.log"</div><div>              }</div><div>            ],</div><div>            "severity": "DEBUG"</div><div>          }</div><div>        ]</div><div>      }</div><div><br></div><div><br></div><div>All the logs are directed to "/var/log/kea-debug.log" irrespective of severity level. Expected: logs of severity "WARN" and higher to be logged to "/var/log/kea-dhcp4.log".<br></div><div><br></div><div>Where am i going wrong?</div></div><div><br></div><div>Regards,</div><div>Lakshmi.</div></div></div></div></div></div></div></div></div>