diff --git a/CHANGES b/CHANGES index fe5bffa2..2a54bb63 100644 --- a/CHANGES +++ b/CHANGES @@ -1,6 +1,8 @@ v3.0.3 - YYYY-MMM-DD (to be released) ------------------------------------- + - Adds time stamp back to the audit logs + [Issue #1762 - @Pjack, @zimmerle] - Disables skip counter if debug log is disabled [@zimmerle] - Cosmetics: Represents amount of skipped rules without decimal diff --git a/src/transaction.cc b/src/transaction.cc index 574cd54b..98714a6a 100644 --- a/src/transaction.cc +++ b/src/transaction.cc @@ -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());