Log settings
These settings help format the log messages that are used in the "in-memory appender". This appender is used to store the log messages to be sent to Admin Console's log viewer. Each message has a prefix and postfix string portion. The log viewer functions similarly to a HTML 3.2 parser, which means all HTML 3.2 tags are supported.
Setting | Description |
---|---|
log.debug.prefix=<FONT COLOR="gray">
|
Output debug messages in gray . |
log.debug.postfix=</FONT><BR>
|
Ends font tag. |
log.info.prefix=<FONT COLOR="black">
|
Output info messages in black. |
log.info.postfix=</FONT><BR>
|
Ends font tag. |
log.error.prefix=<FONT
COLOR="red"><B>
|
Output error messages in red. |
log.error.postfix=</B></FONT><BR>
|
Ends font tag. |
log.warn.prefix=<FONT COLOR="#ff6633">
|
Output warn messages in orange. |
log.warn.postfix=</FONT><BR>
|
Ends font tag. |
log.fatal.prefix=<FONT
COLOR="red"><B>
|
Output fatal error messages in red. |
log.fatal.postfix=</B></FONT><BR>
|
Ends font tag. |