Skip to content
Snippets Groups Projects
Commit 95b2804b authored by Michael Davis's avatar Michael Davis
Browse files

[frontend] Logs requesting FST for archive requests

parent 75f26233
No related branches found
No related tags found
No related merge requests found
......@@ -441,7 +441,9 @@ void RequestMessage::processCLOSEW(const cta::eos::Notification &notification, c
// Create a log entry
cta::log::ScopedParamContainer params(m_lc);
params.add("fileId", archiveFileId).add("schedulerTime", t.secs());
params.add("fileId", archiveFileId);
params.add("schedulerTime", t.secs());
params.add("requesterInstance", notification.wf().requester_instance());
m_lc.log(cta::log::INFO, "In RequestMessage::processCLOSEW(): queued file for archive.");
// Set response type
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment