Changing log settings for core CMDB components
Both the plugin server and the shared plugins have logging settings that you can customize for various troubleshooting scenarios. The plugin server hosts the shared CMDB plugins on port number 9556.
To access log settings
- From CMDB Portal, select Configurations > Core Configurations.
- On the Core Configurations screen, select a core component and click the Logging section.
To change log levels
From CMDB Portal, select Configurations > Core Configurations.
From the list of components, select the core component for which you want to change the log level.
For example, if you want to change the log level for CMDB Impact Simulator, select Impact Simulator from the list of plug-ins and components on the Core configurations screen.- Select Logging > Log Level and select the log level.
Save the changes.
You can change the log settings for the following components and plug-ins from Configurations > Core Configurations:
CMDB Engine | Event Channel |
Normalization | DSM |
CMDB Services | USM |
Reconciliation | Notification |
Atrium Integration | Service Context |
Impact Simulator | Deprecation |
For log level descriptions, see Contents-of-the-logs.
All the logging levels are inclusive of their preceding levels. For example, if you set the Log Level at Info, you receive log messages for Fatal, Error, Warn and Info log types. The following table shows the logging action for every log level that is selected:
Fatal | Error | Warn | Info | Debug | Description |
---|---|---|---|---|---|
✔️ | ❌ | ❌ | ❌ | ❌ | Fatal - Logs the events that might lead the application to abort. |
✔️ | ✔️ | ❌ | ❌ | ❌ | Error - Logs the events in which the application continues to run with some errors. |
✔️ | ✔️ | ✔️ | ❌ | ❌ | Warn - Logs the events that are potentially harmful situations. |
✔️ | ✔️ | ✔️ | ✔️ | ❌ | Info - Logs results of events and calls that highlight the progress of the application at a basic level. |
✔️ | ✔️ | ✔️ | ✔️ | ✔️ | Debug - Logs the events and calls that are useful to debug an application. This level includes input and output values. |