Revert "DEV: Remove git_version from DiscourseLogstashLogger log event (#27730)" (#27814)

This reverts commit bb0daa33cd93eeffb230689d1daacd737f61b2e7.

This commit was not causing the problems we thought it was.
This commit is contained in:
Alan Guo Xiang Tan
2024-07-10 10:36:22 +08:00
committed by GitHub
parent 54fba2005f
commit 0b64cb9d8c
2 changed files with 4 additions and 0 deletions

View File

@ -21,6 +21,7 @@ RSpec.describe DiscourseLogstashLogger do
"pid" => described_class::PROCESS_PID,
"type" => "test",
"host" => described_class::HOST,
"git_version" => described_class::GIT_VERSION,
"method" => "GET",
"path" => "/",
"format" => "html",