Table of Contents

Search

  1. Preface
  2. Introduction to RulePoint
  3. Managing Your Account
  4. Using RulePoint User Interface
  5. User Management
  6. Topology Management
  7. Managing Hosts and Nodes
  8. Managing Application Services
  9. Managing System Services
  10. High Availability
  11. Managing Deployment
  12. Dashboard
  13. Object Import and Export
  14. Markers
  15. Log Management
  16. Licenses
  17. Error Codes
  18. Glossary

Administrator Guide

Administrator Guide

Log Format

Log Format

All RulePoint log messages follow a particular format.
The following example illustrates the format for a design-time log:
<07-08-2013 10:59:25,257 AM +0530> [INFO ] ContextLoader: Root WebApplicationContext: initialization started
The following table describes each segment of the message format for the design-time log:
Message Format
Description
Date/Time
The date the message was logged. Format: MM-dd-yyyy hh:mm:ms a Z
[INFO ]
The logging level. Valid values include:
  • FATAL - fatal error message
  • ERROR - error message
  • WARN - warning
  • INFO - informational message
  • DEBUG - debug message
ContextLoader
The service, package, or class name for which the message was logged.
Root WebApplicationContext: initialization started
The message text.
The following example illustrates the log format for a run-time log:
[08 Jul 2013 10:59:38,505][SERVER_TopologyConstructionThreadPool_2:][INFO ] [UMLbmrdManager] LBMRD 1 is being launched
The following table describes each segment of the message format for the run-time log:
Message Format
Description
Date/Time
The date the message was logged. Format: MM-dd-yyyy hh:mm:ms a Z
[SERVER_TopologyConstructionThreadPool_2:]
The executing thread name.
[INFO ]
The logging level. Valid values include:
  • FATAL - fatal error message
  • ERROR - error message
  • WARN - warning
  • INFO - informational message
  • DEBUG - debug message
[UMLbmrdManager]
The service, package, or class name for which the message was logged.
LBMRD 1 is being launched
The message text.

0 COMMENTS

We’d like to hear from you!