Skip to content
Snippets Groups Projects
  1. Oct 08, 2021
  2. Sep 24, 2021
  3. Apr 20, 2021
    • Patrick Cloke's avatar
      Always use the name as the log ID. (#9829) · b076bc27
      Patrick Cloke authored
      As far as I can tell our logging contexts are meant to log the request ID, or sometimes the request ID followed by a suffix (this is generally stored in the name field of LoggingContext). There's also code to log the name@memory location, but I'm not sure this is ever used.
      
      This simplifies the code paths to require every logging context to have a name and use that in logging. For sub-contexts (created via nested_logging_contexts, defer_to_threadpool, Measure) we use the current context's str (which becomes their name or the string "sentinel") and then potentially modify that (e.g. add a suffix).
      b076bc27
  4. Apr 14, 2021
  5. Apr 09, 2021
  6. Apr 08, 2021
  7. Dec 14, 2020
  8. Dec 11, 2020
  9. Oct 29, 2020
  10. Oct 21, 2020
  11. Sep 04, 2020
  12. Sep 12, 2019
  13. Aug 28, 2019
Loading