Clean up IPC logging configuration
----------------------------------
Key: HBASE-4810
URL: https://issues.apache.org/jira/browse/HBASE-4810
Project: HBase
Issue Type: Improvement
Components: ipc
Reporter: Gary Helmling
The current IPC classes -- HBaseClient, HBaseServer, HBaseRPC,
WritableRpcEngine, etc. -- use mangled package names (org.apache.hadoop.ipc)
when obtaining loggers so that we can enable "debug" logging on the full
org.apache.hadoop.hbase base package and not have the noise from per-request
log messages drown out other important information. This has the desired
effect, but is extremely hacky and counter-intuitive.
I think it would be better to fix the package name used by these classes (use
org.apache.hadoop.hbase.ipc), and change the noisy, per-request messages to be
logged at "trace" level. This will keep those messages out of standard debug
output, while allowing the log4j configuration when you actually wish to see
them to be a little more intuitive.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira