Skip to main content

How to raise the severity of a message ?

Maxime avatar
Written by Maxime
Updated over 3 weeks ago

Question

How to raise the severity of a message ?

Answer

A list of Scriptura messages can be found in the Scriptura User Guide - Application Development - Reference - Message Reference. These messages all have a severity, but you can change the severity for each of these messages like this :

Add the following to the Scriptura config file and restart the Scriptura Server :

<config>
<messagehandler>
<severityoverrides>
<com.id.fofMSG000013>100</com.id.fofMSG000013>
</severityoverrides>
</messagehandler>
</config>

In this example message MSG000013 from com.id.fof gets severity 100, which means Severe error.

Did this answer your question?