Logging in PETALS

compared with
Key
This line was removed.
This word was removed. This word was added.
This line was added.

Changes (4)

View Page History
Moreover standard information of each log level, a MONIT level trace is accompanied by following information:
* a trace code identifying the nature of the MONIT trace. See below the list of trace code.
* a correlation process instance identifier identifying the process instance,
* a process loop identifier identifying the loop instance in which the service provider is invoked,
* a process branch identifier identifying the branch instance in which the service provider is invoked,
* specific information to the trace code
* a text message explaining the event
* if the extended mode is enabled: the reference where the content of message content is stored. The content stored is defined accordingly to the trace code.

|| Trace code \\ || Description || Specific information \\ || Message content stored \\ ||
| MON-001 | A service associated to an internal endpoint receives an incoming request. \\ | * the invoked interface name, or empty if not defined,
* the invoked service name, or empty if not defined,
* the invoked endpoint name,
* the invoked operation name,
* the consumer endpoint name | * request XML payload
* message properties
* attachments |
| MON-002 | An endpoint invokes a service provider \\ | * the interface name to invoke, or empty if not defined,
* the service name to invoke, or empty if not defined,
* the endpoint name to invoke, or empty if not defined,
* the operation to invoke, or empty if not defined | * request XML payload
* message properties
* attachments |
| MON-003 | A service provider returns a reply to the caller \\ | * the consumer endpoint \\ | * reply XML payload, or fault or error,
* message properties
* attachments |
| MON-004 | A service consumer receives a reply from a service provider \\ | \- \\ | * reply XML payload, or fault or error,
* message properties
* attachments |
| MON-005 | A binding component receives an incoming request from outside \\ | * specific information defined at the component level to identify the outside client,
* specific information defined at the component level to identify the consume service unit | * message content stored defined at the component level |
| MON-006 | A binding component invokes an external service provider \\ | * specific information defined at the component level to identify the external service provider | * message content stored defined at the component level |
| MON-007 | A binding component receives a reply from an external service provider | \- \\ | * message content stored defined at the component level |
| MON-008 | A binding component returns a reply to an external service consumer \\ | \- \\ | * message content stored defined at the component level |

h2. Default levels





After that, _Extended_ formatter allows to precise more detailed informations, as with SOAP component,