Currently, the Axon Ivy server only logs the database transactions and web service activities without explicitly using ivy.log.info() within the code.

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:

  1. How do we configure Axon Ivy server so that the logging happens automatically at entering the subprocesses with those subprocesses' information?
  2. For performance purpose, we might not want to log all the subprocesses but only a few selected ones. Is there whitelist configuration coming along?

Thank you in advance.

asked 05.05.2015 at 11:59

knd's gravatar image

knd
(suspended)
accept rate: 0%

Be the first one to answer this question!
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "Title")
  • image?![alt text](/path/img.jpg "Title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Tags:

×32
×28
×27

Asked: 05.05.2015 at 11:59

Seen: 1,986 times

Last updated: 05.05.2015 at 11:59