Questions Tagged With configurationhttps://answers.axonivy.com/tags/configuration/?type=rss&user=kndquestions tagged <span class="tag">configuration</span>enTue, 05 May 2015 11:59:54 -0400How to configure (INFO) logging upon entering Axon Ivy subprocesses ?https://answers.axonivy.com/questions/1297/how-to-configure-info-logging-upon-entering-axon-ivy-subprocesses<p>Currently, the Axon Ivy server only logs the database transactions and web service activities without explicitly using <code>ivy.log.info()</code> within the code. </p> <p>For the purpose of debugging, what we want to achieve is the same INFO logging at each subprocess's entry regardless of whether or not the flows contain database transactions and web services. Two pending questions are:</p> <ol> <li>How do we configure Axon Ivy server so that the logging happens automatically at entering the subprocesses with those subprocesses' information?</li> <li>For performance purpose, we might not want to log all the subprocesses but only a few selected ones. Is there whitelist configuration coming along?</li> </ol> <p>Thank you in advance.</p>kndTue, 05 May 2015 11:59:54 -0400https://answers.axonivy.com/questions/1297/how-to-configure-info-logging-upon-entering-axon-ivy-subprocessesconfigurationloggingserver