MCPcopy Index your code
hub / github.com/OpenTSDB/opentsdb / logger

Method logger

src/tsd/AbstractHttpQuery.java:493–495  ·  view source on GitHub ↗

Logger for the query instance.

()

Source from the content-addressed store, hash-verified

491 * Logger for the query instance.
492 */
493 protected Logger logger() {
494 return LOG;
495 }
496
497 protected final String logChannel() {
498 if (request.headers().contains("X-Forwarded-For")) {

Callers 3

logInfoMethod · 0.95
logWarnMethod · 0.95
logErrorMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected