Previous Topic

Next Topic

Book Contents

Book Index

Framework Appender

The Framework Appender configuration with PID com.prosyst.mbs.impl.services.log.FrameworkLogAppender has the following properties:

Configuration Property

Name

Type

Default Value

Description

Enabled

Enabled

boolean

false

Enable or disable this build-in appender.

mdcEnabled

MDC Enabled

boolean

false

MDC Enabled Enable Managed Diagnostics Context - this is necessary to get the line number and current thread name to the log.

skipExceptions

Skip Exceptions

int[]

[]

Skip the exception stack traces from being stored in the log file for the selected log level(s). This will significantly reduce the log spam of the system but there will be less viable information for debugging.