1
1
mirror of https://github.com/github/semantic.git synced 2025-01-03 04:51:57 +03:00

Move the request_id field onto its own line.

This commit is contained in:
Rob Rix 2018-10-30 13:46:13 -04:00
parent 93dd5c40b5
commit 2d507b0912

View File

@ -106,7 +106,8 @@ logOptionsFromConfig Config{..} = LogOptions
, ("pid", show configProcessID)
, ("hostname", configHostName)
, ("sha", buildSHA)
] <> [("request_id", x) | x <- toList (optionsRequestID configOptions) ]
]
<> [("request_id", x) | x <- toList (optionsRequestID configOptions) ]
_ -> []