<html>
<head>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<blockquote type="cite">
<pre wrap="">I think this thread <a class="moz-txt-link-freetext" href="https://lists.evolveum.com/pipermail/midpoint/2015-May/000995.html">https://lists.evolveum.com/pipermail/midpoint/2015-May/000995.html</a> would be a better place to discuss this issue because the initial problem is rooted there.</pre>
</blockquote>
OK, so continuing here.<br>
<br>
<blockquote type="cite">
<pre wrap="">System configuration is in attachments. How properly setup logs? If I enable model logger to debug, then each time hook is fired logs increase by 6MB</pre>
</blockquote>
Yes, model diagnostic is quite verbose. Anyway, I suggest the
following:<br>
<br>
<classLogger><br>
<level><b><font color="#cc0000">TRACE</font></b></level><br>
<package>com.evolveum.midpoint.model.<font
color="#cc0000"><b>impl.</b></font>lens.Clockwork</package><br>
</classLogger><br>
<classLogger><br>
<level><font color="#cc0000"><b>TRACE</b></font><b><font
color="#cc0000"></font></b></level><br>
<package>com.evolveum.midpoint.model.<font
color="#cc0000"><b>impl.</b></font>lens.projector.Projector</package><br>
</classLogger><br>
<br>
...and remove the DEBUG placed at the level of model, i.e. this one:<br>
<br>
<classLogger><br>
<level>DEBUG</level><br>
<package>com.evolveum.midpoint.model</package><br>
<appender>IDM-PROFILE_LOG</appender><br>
</classLogger><br>
<br>
I really suspect that the secondary deltas get recomputed during the
process.<br>
<br>
Pavol<br>
</body>
</html>