]> git.ipfire.org Git - thirdparty/FORT-validator.git/commit
Remove "summary" logging
authorAlberto Leiva Popper <ydahhrk@gmail.com>
Tue, 27 Jun 2023 01:04:40 +0000 (19:04 -0600)
committerAlberto Leiva Popper <ydahhrk@gmail.com>
Tue, 27 Jun 2023 16:41:34 +0000 (10:41 -0600)
commitefe3d0cca66fdf9cef220f4e76fff71b12a11c8b
tree8531cb3b7cec287168d238212b43519206ecd4d8
parent62ff492f8ed995ee747983bc9fec9a8349fb84d4
Remove "summary" logging

The "summary" was a list of failed downloads, and from what I gather,
it was intended to clue the admin of a possible disconnection problem.

Thing is, the implementation was rather bewilderingly large and
obtrusive, and now that we're going to have a Prometheus endpoint,
most likely replaceable by an elegant counter.

And I haven't implemented Prometheus yet, but I would definitely love to
stop running into this invasive code all over the place, thanks.
33 files changed:
src/cert_stack.c
src/cert_stack.h
src/common.c
src/common.h
src/config.c
src/config.h
src/delete_dir_daemon.c
src/delete_dir_daemon.h
src/http/http.c
src/http/http.h
src/object/certificate.c
src/object/manifest.c
src/object/manifest.h
src/object/tal.c
src/reqs_errors.c
src/reqs_errors.h
src/rrdp/db/db_rrdp.c
src/rrdp/db/db_rrdp.h
src/rrdp/db/db_rrdp_uris.c
src/rrdp/db/db_rrdp_uris.h
src/rrdp/rrdp_loader.c
src/rrdp/rrdp_parser.c
src/rrdp/rrdp_parser.h
src/rsync/rsync.c
src/state.c
src/state.h
src/thread_var.c
src/thread_var.h
src/types/uri.c
src/types/uri.h
src/visited_uris.c
src/visited_uris.h
test/impersonator.c