[midPoint] HA: HA: Prohibit having particular assignments
Pavol Mederly
pavol.mederly at gmail.com
Tue May 26 11:38:05 CEST 2015
> I think this threadhttps://lists.evolveum.com/pipermail/midpoint/2015-May/000995.html would be a better place to discuss this issue because the initial problem is rooted there.
OK, so continuing here.
> 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
Yes, model diagnostic is quite verbose. Anyway, I suggest the following:
<classLogger>
<level>*TRACE*</level>
<package>com.evolveum.midpoint.model.*impl.*lens.Clockwork</package>
</classLogger>
<classLogger>
<level>*TRACE***</level>
<package>com.evolveum.midpoint.model.*impl.*lens.projector.Projector</package>
</classLogger>
...and remove the DEBUG placed at the level of model, i.e. this one:
<classLogger>
<level>DEBUG</level>
<package>com.evolveum.midpoint.model</package>
<appender>IDM-PROFILE_LOG</appender>
</classLogger>
I really suspect that the secondary deltas get recomputed during the
process.
Pavol
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.evolveum.com/pipermail/midpoint/attachments/20150526/8c7acaa4/attachment.htm>
More information about the midPoint
mailing list