ecs-dotnet icon indicating copy to clipboard operation
ecs-dotnet copied to clipboard

Serilog: refactor url and server population

Open andreycha opened this issue 3 years ago • 1 comments

  • Fix query string population according to the specification (closes #198)
  • Use only HttpRequest to populate url and server fields, without creation of Uri instance
  • Put original full URL into url.original instead of just path (according to the spec)
  • Put host name into url.domain and server.domain

andreycha avatar Aug 30 '22 12:08 andreycha

:green_heart: Build Succeeded

the below badges are clickable and redirect to their specific view in the CI or DOCS Pipeline View Test View Changes Artifacts preview preview

Expand to view the summary

Build stats

  • Start Time: 2022-09-05T18:25:23.583+0000

  • Duration: 16 min 22 sec

Test stats :test_tube:

Test Results
Failed 0
Passed 100
Skipped 2
Total 102

:robot: GitHub comments

To re-run your PR in the CI, just comment with:

  • /test : Re-trigger the build.

  • run elasticsearch-ci/docs : Re-trigger the docs validation. (use unformatted text in the comment!)

apmmachine avatar Aug 30 '22 12:08 apmmachine

/test

Mpdreamz avatar Sep 05 '22 17:09 Mpdreamz