Skip to content
Snippets Groups Projects
Commit b74b4a28 authored by Eric Cano's avatar Eric Cano
Browse files

Upgraded log with stats to INFO level.

parent e2a5ff44
Branches
Tags
No related merge requests found
......@@ -155,7 +155,7 @@ void cta::ArchiveMount::reportJobsBatchWritten(std::queue<std::unique_ptr<cta::A
.add("files", files)
.add("bytes", bytes)
.add("catalogueTime", catalogueTime);
logContext.log(cta::log::DEBUG,"Catalog updated for batch of jobs");
logContext.log(cta::log::INFO, "Catalog updated for batch of jobs");
}
// Now get the db mount to mark the jobs as successful.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment