Skip to main content
Skip table of contents

Logging and Tracing

Logging

Just like the base FioranoMQ Server, the HA Server can log files, consoles, or use any other custom-made logger. This type of logging is controlled through the Loggers module in Fiorano eStudio. The option to log all information on the console or save all logs onto a log file or an error file is provided through Console-based and File-based logging, respectively.

Tracing

The amount of information that is logged by the HA Server can be controlled through the trace variable for HA. Upon startup, the server initializes the value of various trace components. Integers between 0-6 are valid and are considered acceptable values. Higher values of the trace variable for HA in this file results in more information logged.

CODE
HA=0 /** No Log **/
HA=1 /** Default Log **/
HA=2 /** Displays State Info of HA Server **/
HA=4 /** Displays intra server communication info **/
HA=6 /** Maximum HA log **/
JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.