]> git.ipfire.org Git - thirdparty/FORT-validator.git/commit
Improve HTTP info logging
authorAlberto Leiva Popper <ydahhrk@gmail.com>
Wed, 13 Dec 2023 21:40:35 +0000 (15:40 -0600)
committerAlberto Leiva Popper <ydahhrk@gmail.com>
Wed, 13 Dec 2023 21:57:36 +0000 (15:57 -0600)
commit31414cd2ab6634c53a5ca31531674a82bf778d1c
tree9f6f6ee8e0a3c2e49bb22eb5f26515a80985f5a3
parentda22dfede33db9117809b1ed334cc49d6965a7ce
Improve HTTP info logging

Before:

  Downloading 'https://test.rpki/notification.xml'.
  HTTP GET: https://test.rpki/notification.xml -> cache/tmp/1

The first line was redundant, and the target wasn't very helpful.

Now:

  HTTP GET: https://test.rpki/notification.xml -> cache/test.tal/https/test.rpki/notification.xml
src/http/http.c