Adds time stamp back to the audit logs

Fix issue #1762
This commit is contained in:
Felipe Zimmerle
2018-05-03 13:34:57 -03:00
parent 6f92c8914a
commit d0b423fdd7
2 changed files with 3 additions and 1 deletions

View File

@@ -1396,7 +1396,7 @@ std::string Transaction::toOldAuditLogFormatIndex(const std::string &filename,
//ss << utils::string::dash_if_empty(
// this->m_collections.resolveFirst("LOCAL_USER").get());
//ss << " ";
//ss << tstr << " ";
ss << tstr << " ";
ss << "\"";
ss << utils::string::dash_if_empty(m_variableRequestMethod.evaluate());