Hi -
> [...]
> > + obatched(clog) << conninfo(connection)
> > + << ' ' << method << ' ' << url
> > + << ' ' << http_code << ' ' << http_size
> > + << ' ' << (int)(deltas*1000) << "ms"
> > + << endl;
> > +
> > + return rc;
> > }
>
Hi Frank,
On Tue, 2020-03-24 at 22:12 -0400, Frank Ch. Eigler via Elfutils-devel wrote:
> This makes debuginfod logs more useful to admins.
>
> Author: Frank Ch. Eigler
> Date: Tue Mar 24 21:57:59 2020 -0400
>
> PR25367: improve debuginfod webapi logging
>
> Improve debuginfod lo
Hi -
This makes debuginfod logs more useful to admins.
Author: Frank Ch. Eigler
Date: Tue Mar 24 21:57:59 2020 -0400
PR25367: improve debuginfod webapi logging
Improve debuginfod logging to show webapi query results including
http status, sizes, and processing times.