Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/uber/aresdb
/ GetLogger
Function
GetLogger
utils/di.go:59–61 ·
view source on GitHub ↗
GetLogger returns the logger.
()
Source
from the content-addressed store, hash-verified
57
58
// GetLogger returns the logger.
59
func
GetLogger() common.Logger {
60
return
logger
61
}
62
63
// GetQueryLogger returns the logger for query.
64
func
GetQueryLogger() common.Logger {
Callers
15
ListLogFiles
Method · 0.92
DeleteLogFile
Method · 0.92
ListSnapshotBatches
Method · 0.92
DeleteSnapshot
Method · 0.92
DeleteBatches
Method · 0.92
DeleteColumn
Method · 0.92
PlayRedoLog
Method · 0.92
cleanOldSnapshotAndLogs
Method · 0.92
loadSnapshots
Method · 0.92
playRedoLogs
Method · 0.92
InitShards
Method · 0.92
LoadShard
Method · 0.92
Calls
no outgoing calls
Tested by
1
getCompactedTotalBytes
Function · 0.74