To append a message to a given logger, use the following console commands and related MBean methods
Console command: annotatelog
Command |
annotatelog <logKey> <logLevel> <message> Description Logs a message to all nodes in the cluster using Rhino's logging subsystem. Required Arguments logKey The log key of the logger. logLevel The log level. message The message to log. |
---|---|
Example |
To configure log keys to output their logger’s messages to a specific file appender: $ ./rhino-console annotatelog root info "a log annotation" Annotating log. Done. rhino.log
... 2017-12-04 11:53:23.010+1300 INFO [root] <GroupRMI-thread-1> {} a log annotation ... |