<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  </head>
  <body>
    <p>Emil,</p>
    <p>I am not sure. The source code indicates it should do something,
      but I am a bit scared about toString() call there.<br>
    </p>
    <p>Maybe just try to put something there... and observe the effect
      with detailed logging (set
      com.evolveum.midpoint.common.LoggingConfigurationManager to true).
      I'd be interested about the result myself. ;)<br>
    </p>
    <p><a moz-do-not-send="true"
href="https://github.com/Evolveum/midpoint/blob/6fba7c8aab97a99eaf59fc71c0b402bd928528e8/infra/common/src/main/java/com/evolveum/midpoint/common/LoggingConfigurationManager.java#L263-L269"
        class="moz-txt-link-freetext">https://github.com/Evolveum/midpoint/blob/6fba7c8aab97a99eaf59fc71c0b402bd928528e8/infra/common/src/main/java/com/evolveum/midpoint/common/LoggingConfigurationManager.java#L263-L269</a></p>
    <pre class="moz-signature" cols="72">-- 
Pavol Mederly
Software developer
evolveum.com</pre>
    <div class="moz-cite-prefix">On 08/03/2022 17:42, Emil.Militzer---
      via midPoint wrote:<br>
    </div>
    <blockquote type="cite"
      cite="mid:72dfdc29c7434a44b2fdb40d0c35fbf2@tk.de">
      <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
      <meta name="Generator" content="Microsoft Word 15 (filtered
        medium)">
      <style>@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0cm;
        font-size:11.0pt;
        font-family:"Calibri",sans-serif;
        mso-fareast-language:EN-US;}pre
        {mso-style-priority:99;
        mso-style-link:"HTML Vorformatiert Zchn";
        margin:0cm;
        margin-bottom:.0001pt;
        font-size:10.0pt;
        font-family:"Courier New";}span.HTMLVorformatiertZchn
        {mso-style-name:"HTML Vorformatiert Zchn";
        mso-style-priority:99;
        mso-style-link:"HTML Vorformatiert";
        font-family:"Courier New";
        mso-fareast-language:DE;}.MsoChpDefault
        {mso-style-type:export-only;
        font-family:"Calibri",sans-serif;
        mso-fareast-language:EN-US;}div.WordSection1
        {page:WordSection1;}</style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]-->
      <div class="WordSection1">
        <pre style="background:white"><span style="font-family:"Arial",sans-serif;color:black" lang="EN-US">Hello,

does anybody know how to use the <advanced> tag in the logging configuration? I want to inject some free form stuff into the logging config and the schema suggests that this should be easily possible:

</span><span style="color:#080808" lang="EN-US"><o:p></o:p></span></pre>
        <pre style="background:white"><span style="color:#080808" lang="EN-US"><</span><span style="color:#871094" lang="EN-US">xsd</span><span style="color:#0033B3" lang="EN-US">:complexType </span><span style="color:#174AD4" lang="EN-US">name</span><span style="color:#067D17" lang="EN-US">="AdvancedLoggingConfigurationType" </span><span style="color:#174AD4" lang="EN-US">mixed</span><span style="color:#067D17" lang="EN-US">="true"</span><span style="color:#080808" lang="EN-US">>
    <</span><span style="color:#871094" lang="EN-US">xsd</span><span style="color:#0033B3" lang="EN-US">:annotation</span><span style="color:#080808" lang="EN-US">>
        <</span><span style="color:#871094" lang="EN-US">xsd</span><span style="color:#0033B3" lang="EN-US">:documentation</span><span style="color:#080808" lang="EN-US">>
            Contains free form logging configuration.
        </</span><span style="color:#871094" lang="EN-US">xsd</span><span style="color:#0033B3" lang="EN-US">:documentation</span><span style="color:#080808" lang="EN-US">>
        <</span><span style="color:#871094" lang="EN-US">xsd</span><span style="color:#0033B3" lang="EN-US">:appinfo</span><span style="color:#080808" lang="EN-US">>
            <</span><span style="color:#871094" lang="EN-US">a</span><span style="color:#0033B3" lang="EN-US">:container</span><span style="color:#080808" lang="EN-US">>true</</span><span style="color:#871094" lang="EN-US">a</span><span style="color:#0033B3" lang="EN-US">:container</span><span style="color:#080808" lang="EN-US">>
        </</span><span style="color:#871094" lang="EN-US">xsd</span><span style="color:#0033B3" lang="EN-US">:appinfo</span><span style="color:#080808" lang="EN-US">>
    </</span><span style="color:#871094" lang="EN-US">xsd</span><span style="color:#0033B3" lang="EN-US">:annotation</span><span style="color:#080808" lang="EN-US">>
    <</span><span style="color:#871094" lang="EN-US">xsd</span><span style="color:#0033B3" lang="EN-US">:sequence</span><span style="color:#080808" lang="EN-US">>
        <</span><span style="color:#871094" lang="EN-US">xsd</span><span style="color:#0033B3" lang="EN-US">:any </span><span style="color:#174AD4" lang="EN-US">maxOccurs</span><span style="color:#067D17" lang="EN-US">="unbounded"</span><span style="color:#080808" lang="EN-US">/>
    </</span><span style="color:#871094" lang="EN-US">xsd</span><span style="color:#0033B3" lang="EN-US">:sequence</span><span style="color:#080808" lang="EN-US">>
</</span><span style="color:#871094" lang="EN-US">xsd</span><span style="color:#0033B3" lang="EN-US">:complexType</span><span style="color:#080808" lang="EN-US">>

</span><span style="font-family:"Arial",sans-serif;color:black" lang="EN-US">I just want to add some text in the config. I tried many things which didn’t work but I think i am missing the easy solution here.</span><span style="font-family:"Arial",sans-serif" lang="EN-US"><o:p></o:p></span></pre>
        <pre style="background:white"><span style="font-family:"Arial",sans-serif" lang="EN-US"><o:p> </o:p></span></pre>
        <pre style="background:white"><span style="font-family:"Arial",sans-serif;color:black" lang="EN-US">Kind Regards</span><span style="color:#080808" lang="EN-US"><o:p></o:p></span></pre>
        <p class="MsoNormal"><span
style="font-size:10.0pt;font-family:"Arial",sans-serif;mso-fareast-language:DE">Emil
          </span><span style="mso-fareast-language:DE"><o:p></o:p></span></p>
        <p class="MsoNormal"><o:p> </o:p></p>
      </div>
      <br>
      <fieldset class="moz-mime-attachment-header"></fieldset>
      <pre class="moz-quote-pre" wrap="">_______________________________________________
midPoint mailing list
<a class="moz-txt-link-abbreviated" href="mailto:midPoint@lists.evolveum.com">midPoint@lists.evolveum.com</a>
<a class="moz-txt-link-freetext" href="https://lists.evolveum.com/mailman/listinfo/midpoint">https://lists.evolveum.com/mailman/listinfo/midpoint</a>
</pre>
    </blockquote>
  </body>
</html>