<div dir="ltr"><div><div><div><div><div><div><div><div>Ever wanted to raise level of the engine logs and wanted to to that fast and runtime?<br><br></div>This is a small wrapper around wildfly mgmt interface, called <b>log-control</b> to do the trick[1]<br><br></div><div>Example, debug the db interaction layer:<br><br></div>    ./log-control org.ovirt.engine.core.dal debug<br><br></div>It will first try blantly to add the log category and then will set the log level according to what you set. It is simple and stupid.<br></div><div><br>More interesting logger categories:<br><br></div>business logic (commands, queries) - org.ovirt.engine.core.bll<br></div>hosts interaction - org.ovirt.engine.core.vdsbroker<br></div>various utilities - org.ovirt.engine.core.utils<br></div>aaa - org.ovirt.engine.exttool.aaa<br><br></div><div>General suggestion -<br></div><div>I think is is it time for <b>ovirt-engine-contrib</b> so mini-helpers like that can exists and when they are solid can go into mainstream repo, if needed in there.<br></div><div><br>[1] <a href="https://gist.github.com/rgolangh/1cb9f9b3b7f7f0a1d16b5a976d90bd55">https://gist.github.com/rgolangh/1cb9f9b3b7f7f0a1d16b5a976d90bd55</a><br><br></div><div>Thanks,<br></div><div>Roy<br></div><br></div>