To list log keys, use the following rhino-console command or related MBean operation.
Console command: listlogkeys
Command  | 
listlogkeys
    List all current log keys
 | 
|---|---|
Example  | 
[Rhino@localhost (#3)] listlogkeys fastserialize framework framework.bulk.manager framework.bulk.ratelimiter framework.csi framework.dlv framework.groupheartbeat framework.mcp framework.mcp.preop framework.mcpclient-mplexer framework.rmi.network framework.rmi.result framework.rmi.server framework.rmi.skeleton.com.opencloud.rhino.configmanager.runtime.ConfigurationStateImpl ...  | 
MBean operation:  getLogKeys
MBean  | 
|
|---|---|
Rhino operation  | 
public String[] getLogKeys()
    throws ConfigurationException;
 | 
