You can start the framework with preliminary defined levels of received debug information as well as with specific type of debug turned on.
System property |
Default value |
Description |
||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
mbs.debug |
– |
Switches on the debug levels of the framework. A level is associated with a module of the framework (see Framework architecture). The possible values are as follows:
You may specify more than one debug level as value to this property. In this case, use the following syntax: mbs.debug=m[;n] where m and n are debug levels. |
||||||||||||||||||||||||||||||||||||||||||||
mbs.log.errorlevel |
false |
If this property is true, the framework will log and print all debug and error information regardless of the other debug settings. Setting this property to true is useful during development for easier tracking of problematic situations. |
||||||||||||||||||||||||||||||||||||||||||||
mbs.security.debug |
false |
If this property is true, the framework will print detailed debug information about the security operations it is performing. |