Skip to content
Snippets Groups Projects
  1. Mar 27, 2024
  2. Mar 08, 2024
  3. Feb 08, 2024
  4. Feb 07, 2024
  5. Apr 13, 2020
  6. Apr 12, 2020
  7. Apr 08, 2020
  8. Mar 15, 2020
    • Karsten Loesing's avatar
      Improve logging of database importer. · 54ad2882
      Karsten Loesing authored
      This patch focuses on providing more context in log messages and unify
      the use of log levels. It also adds counters and timestamps as far as
      they are being used in log messages. And in very few cases it contains
      minor changes like using try-with-resource when we're touching that
      code anyway. But most other refactorings are left as future work.
      
      Fixes the first part of #24542. The second part will be to improve
      logging of the web server parts.
      54ad2882
  9. Feb 25, 2020
  10. Feb 24, 2020
  11. Jan 15, 2020
  12. Jan 14, 2020
  13. Nov 20, 2019
  14. Nov 09, 2019
  15. Sep 30, 2019
    • Karsten Loesing's avatar
      Print out a warning if we're missing data. · b0165cb0
      Karsten Loesing authored
      We're now counting the hours for which we have statuses and exit
      lists. More precisely, we're truncating consensus valid-after times
      and exit scan times to the hour and counting how many distinct hours
      we saw during the requested time. If we're missing 18 or more hours of
      statuses or exit lists we're printing out a note in the summary.
      
      Fixes #31071.
      b0165cb0
    • Karsten Loesing's avatar
      Make Jetty listen host configurable. · c6f7b839
      Karsten Loesing authored
      The default listen host is still 127.0.0.1, but now it's possible to
      configure a different listen host, like 0.0.0.0, which can facilitate
      local testing.
      c6f7b839
    • Karsten Loesing's avatar
      Update to latest metrics-base. · 45c5285a
      Karsten Loesing authored
      45c5285a
  16. Sep 27, 2019
  17. Sep 17, 2019
  18. Sep 05, 2019
  19. Aug 14, 2019
  20. Aug 06, 2019
  21. May 15, 2019
  22. May 13, 2019
Loading