Skip to content
Snippets Groups Projects
  1. Apr 14, 2021
  2. Apr 09, 2021
  3. Apr 08, 2021
  4. Mar 29, 2021
  5. Mar 08, 2021
  6. Feb 16, 2021
  7. Jan 22, 2021
  8. Jan 14, 2021
  9. Jan 11, 2021
  10. Jan 06, 2021
  11. Oct 30, 2020
  12. Oct 21, 2020
  13. Oct 19, 2020
  14. Oct 16, 2020
  15. Oct 14, 2020
  16. Sep 04, 2020
  17. Aug 28, 2020
  18. Aug 27, 2020
  19. Aug 19, 2020
  20. Aug 18, 2020
  21. Aug 06, 2020
  22. Jul 09, 2020
  23. Jul 03, 2020
  24. Jun 16, 2020
  25. May 27, 2020
  26. May 11, 2020
  27. Apr 22, 2020
  28. Mar 24, 2020
    • Richard van der Hoff's avatar
      Clean up some LoggingContext stuff (#7120) · 39230d21
      Richard van der Hoff authored
      * Pull Sentinel out of LoggingContext
      
      ... and drop a few unnecessary references to it
      
      * Factor out LoggingContext.current_context
      
      move `current_context` and `set_context` out to top-level functions.
      
      Mostly this means that I can more easily trace what's actually referring to
      LoggingContext, but I think it's generally neater.
      
      * move copy-to-parent into `stop`
      
      this really just makes `start` and `stop` more symetric. It also means that it
      behaves correctly if you manually `set_log_context` rather than using the
      context manager.
      
      * Replace `LoggingContext.alive` with `finished`
      
      Turn `alive` into `finished` and make it a bit better defined.
      Unverified
      39230d21
  29. Feb 21, 2020
  30. Jan 24, 2020
  31. Jan 16, 2020
  32. Dec 10, 2019
  33. Dec 09, 2019
Loading