fix: improve consistency of log fields
What does this MR do?
- Log the
domainquery parameter with a consistent name and differentiate betweendomain_queryanddomain_host. - Avoid duplicate logging of fields handled by
LogRequest(host, path, correlation id) -
url->archive_urlin the vfs package (this is consistent with thearchive_keyfield) - use
lookup_nameconsistently in the gitlab client code
Closes Consistent use of `domain`, `pages_domain` and ... (#785 - closed)
TODO
-
I added the Changelogtrailer (e.g.Changelog: added) to the commits that need to be included in the changelog -
I added unit tests or they are not required -
I added acceptance tests or they are not required -
I added documentation (or it's not required) -
I followed code review guidelines -
I followed Go Style guidelines
Edited by feistel