Logging for monitoring

Previous Next

This help topic looks at best practice for USoft logging in an event processing context. See also:

Best practice for USoft modelling in an event processing context.

Best practice for USoft rules in an event processing context.

Best practice for USoft error handling in an event processing context.

Logging is a fundamental part for analyzing and solving problems, especially on production systems. A well design logging system will save time for system administrators and developers. When designing a log system, it is important to think at who will read the logged information: a monitoring system, a developer, a non-technical person. In case of event processing systems, it is usual to have a monitoring system in place that will analyze log files from different perspectives (performance, errors, process status) and presents the information in a graphical form.

 

 

collapseLogging in Service Framework
collapseLogging in the Rules Engine
collapseLogging in database tables

 

See also

Event Processing