There was an error while loading. Please reload this page.
1 parent 1e6c1b7 commit 49c56f7Copy full SHA for 49c56f7
1 file changed
Utilities/EPNMonitoring/src/EPNstderrMonitor.cxx
@@ -91,6 +91,7 @@ EPNMonitor::EPNMonitor(std::string path, bool infoLogger, int runNumber, std::st
91
mLoggerContext = std::make_unique<InfoLogger::InfoLoggerContext>();
92
mLoggerContext->setField(InfoLogger::InfoLoggerContext::FieldName::Partition, partition != "" ? partition : "unspecified");
93
mLoggerContext->setField(InfoLogger::InfoLoggerContext::FieldName::Run, runNumber == 0 ? std::to_string(runNumber) : "unspecified");
94
+ mLoggerContext->setField(InfoLogger::InfoLoggerContext::FieldName::System, std::string("STDERR"));
95
}
96
mThread = std::thread(&EPNMonitor::thread, this);
97
0 commit comments