We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d9576c commit dfa094bCopy full SHA for dfa094b
1 file changed
profiler/src/ProcDumpProfiler.cpp
@@ -213,6 +213,7 @@ CorProfiler::CorProfiler() :
213
el::Loggers::reconfigureAllLoggers(el::ConfigurationType::Filename, LOG_FILE);
214
el::Loggers::reconfigureAllLoggers(el::ConfigurationType::MaxLogFileSize, MAX_LOG_FILE_SIZE);
215
el::Loggers::reconfigureAllLoggers(el::ConfigurationType::ToStandardOutput, "false");
216
+ el::Loggers::reconfigureAllLoggers(el::ConfigurationType::Format, "%datetime %level [%thread] [%func] [%loc] %msg");
217
218
pthread_mutex_init(&endDumpCondition, NULL);
219
}
0 commit comments