Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
logInfo
Method · 0.95
logWarn
Method · 0.95
logError
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected