Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| docs:2000_concepts:0800_data_processing:0300_execution_log [2022/08/25 00:00] – ↷ Page moved from 2000_concepts:0800_data_processing:0300_execution_log to docs:2000_concepts:0800_data_processing:0300_execution_log administrator | docs:2000_concepts:0800_data_processing:0300_execution_log [2025/06/12 03:58] (current) – Change to AwareIM aware_support3 | ||
|---|---|---|---|
| Line 3: | Line 3: | ||
| - | The results of rule evaluation and action execution are written into the //execution log//. This log can be very useful when checking whether business rules behave as expected (especially when testing new configuration – see [[2000_concepts: | + | The results of rule evaluation and action execution are written into the //execution log//. This log can be very useful when checking whether business rules behave as expected (especially when testing new configuration – see [[docs:2000_concepts: |
| The log record consists of the record timestamp, the name of the business space in which the user that has issued the request operates and the name of the user. For example, | The log record consists of the record timestamp, the name of the business space in which the user that has issued the request operates and the name of the user. For example, | ||
| Line 26: | Line 26: | ||
| ===== All server events including SQL===== | ===== All server events including SQL===== | ||
| - | This is the most verbose level. This is the same as the previous level, but the rule log also includes records of all SQL commands that //**Aware IM**// sends to the database. | + | This is the most verbose level. This is the same as the previous level, but the rule log also includes records of all SQL commands that //**AwareIM**// sends to the database. |
| - | The levels may be set up using the [[7000_glossary: | + | The levels may be set up using the [[glossary: |
| When you run the Settings/ | When you run the Settings/ | ||
| Line 34: | Line 34: | ||
| ====== Log Viewer ====== | ====== Log Viewer ====== | ||
| - | The execution log may be viewed using the [[7000_glossary: | + | The execution log may be viewed using the [[glossary: |
| - View/ | - View/ | ||
| - View/ | - View/ | ||
| - File/Open Log File – opens the specified log file | - File/Open Log File – opens the specified log file | ||
| - | //**Aware IM**// displays the log as a tree structure where every node represents a single log record. The nodes of the tree are hierarchical – for example, all log records spawned by an external request (such as a request to start a process or update an instance of a business object) are children of the node representing the external request. This is illustrated on the picture below: | + | //**AwareIM**// displays the log as a tree structure where every node represents a single log record. The nodes of the tree are hierarchical – for example, all log records spawned by an external request (such as a request to start a process or update an instance of a business object) are children of the node representing the external request. This is illustrated on the picture below: |
| - | {{ documentation: | + | {{ docs: |
| The picture shows execution of the DeleteTopic process – the corresponding nodes are expanded to show all details of the log. Note also that the Log Viewer shows different types of log records with different icons and colors. Using the Log Viewer one can quickly browse through the log and delve into the details of a particular request only when necessary. | The picture shows execution of the DeleteTopic process – the corresponding nodes are expanded to show all details of the log. Note also that the Log Viewer shows different types of log records with different icons and colors. Using the Log Viewer one can quickly browse through the log and delve into the details of a particular request only when necessary. | ||