Skip to content
Snippets Groups Projects
Commit e899ea28 authored by Joana Plewnia's avatar Joana Plewnia
Browse files

reduced verbosity

parent 040ec7fe
No related branches found
No related tags found
No related merge requests found
Pipeline #21340 failed
......@@ -193,7 +193,7 @@ namespace armarx::armem::server::ltm
}
else
{
ARMARX_INFO << "CoreSegment does not have aron type, so aron type information "
ARMARX_DEBUG << "CoreSegment does not have aron type, so aron type information "
"cannot be exported";
/*writeForeignKeyToPreviousDocument();*/
}
......
......@@ -193,7 +193,7 @@ namespace armarx::armem::server::ltm
}
else
{
ARMARX_INFO << "ProviderSegment does not seem to have an aron type, so aron type information connot be exported";
ARMARX_DEBUG << "ProviderSegment does not seem to have an aron type, so aron type information connot be exported";
//writeForeignKeyToPreviousDocument();
}
......
......@@ -108,7 +108,7 @@ namespace armarx::armem::server::ltm::detail::mixin
if (to_store->empty())
{
ARMARX_INFO << deactivateSpam() << "Cannot store an empty buffer. Ignoring.";
ARMARX_DEBUG << deactivateSpam(120) << "Cannot store an empty buffer. Ignoring.";
return;
}
......
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