[Player Events] Add logging category to hold processing batch logs (#2954)

* [Player Events] Add logging category to hold processing batch logs

* Update player_event_logs.cpp
This commit is contained in:
Chris Miles
2023-02-18 05:41:14 -06:00
committed by GitHub
parent 999fe10d86
commit b5a2713a3a
3 changed files with 14 additions and 2 deletions
+1 -1
View File
@@ -121,7 +121,7 @@ void PlayerEventLogs::ProcessBatchQueue()
// flush many
PlayerEventLogsRepository::InsertMany(*m_database, m_record_batch_queue);
LogInfo(
LogPlayerEventsDetail(
"Processing batch player event log queue of [{}] took [{}]",
m_record_batch_queue.size(),
benchmark.elapsed()