MCPcopy Create free account
hub / github.com/apache/impala / GetFullLogFilename

Method GetFullLogFilename

be/src/common/logging.cc:317–322  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

315}
316
317void impala::GetFullLogFilename(google::LogSeverity severity, string* filename) {
318 stringstream ss;
319 ss << FLAGS_log_dir << "/" << FLAGS_log_filename << "."
320 << google::GetLogSeverityName(severity);
321 *filename = ss.str();
322}
323
324void impala::ShutdownLogging() {
325 // This method may only correctly be called once (which this lock does not

Callers

nothing calls this directly

Calls 1

strMethod · 0.45

Tested by

no test coverage detected