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:
parent
93dd5c40b5
commit
2d507b0912
@ -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) ]
|
||||
_ -> []
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user