Logging Configuration
Each time that you run a service, the system can create a log.
HEAT includes a set of default services, but you can create additional services if needed. You must create your service before you can configure it for logging.
Configuring Logging
|
1.
|
Within the Configuration Console, click Monitor > Application Logs > Logging Configuration. |
Logging Configuration Page
|
2.
|
Click New Record. The new record page appears. |
|
3.
|
Enter information into the fields. |
--fields--
Service Name |
Name of the service. Choose from the drop-down list. This list is populated from the Service Name workspace. |
Log Level |
The log level. Choose from the drop-down list.
- ERROR: Events that might allow the application to continue running.
- OFF: A higher level than all the rest.
- FATAL: Very severe error events that will presumably lead the application to abort.
- ERROR: Error events that might still allow the application to continue running.
- WARNING: Potentially harmful situations.
- INFO: Informational messages that highlight the progress of the application at coarse-grained level.
- DEBUG: Fine-grained informational events that are most useful to debug an application.
- ALL: Lowest level possible.
|