<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=utf-8">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    This issue[1] highlighted a shortcoming in how server.yaml is
    applied to the settings.py.  Mainly that the marge algorithm does
    not support removing unwanted properties such as the logging
    handlers.  The change proposed on #3879 is to replace entire
    top-level properties (trees) instead of the fine-grained merge.  The
    "logging" section is somewhat unique and the original problem has
    been mitigated by #<a href="https://pulp.plan.io/issues/3883">3883</a>
    which changed the logging default to CONSOLE.<br>
    <br>
    Do we still want/need to change the way server.yml is applied to
    settings.py as proposed on #3879?  There are pros/cons to either
    approach and thought it should be discussed before moving forward.<br>
    <br>
    <br>
    [1] <a class="moz-txt-link-freetext" href="https://pulp.plan.io/issues/3879">https://pulp.plan.io/issues/3879</a><br>
    <a href="https://pulp.plan.io/issues/3883">[2]
      https://pulp.plan.io/issues/3883</a>
  </body>
</html>