Skip to content
Snippets Groups Projects
  1. Jan 19, 2021
  2. Oct 09, 2020
  3. Aug 11, 2020
    • Erik Johnston's avatar
      Move setting of Filter into code. · 0304ad0c
      Erik Johnston authored
      We do this to prevent foot guns. The default config uses a MemoryFilter,
      but users are free to change to logging to files directly. If they do
      then they have to ensure to set the `filters: [context]` on the right
      handler, otherwise records get written with the wrong context.
      
      Instead we move the logic to happen when we generate a record, which is
      when we *log* rather than *handle*.
      
      (It's possible to add filters to loggers in the config, however they
      don't apply to descendant loggers and so they have to be manually set on
      *every* logger used in the code base)
      0304ad0c
  4. Oct 18, 2019
  5. Jul 12, 2019
  6. Jul 03, 2019
  7. Jun 27, 2019
  8. Jun 25, 2019
  9. Feb 11, 2019
  10. Feb 05, 2019
  11. Jan 22, 2019
  12. Dec 04, 2018
  13. Nov 20, 2018
  14. Oct 25, 2018
  15. Oct 17, 2018
    • Richard van der Hoff's avatar
      Ship the email templates as package_data · 15195729
      Richard van der Hoff authored
      move the example email templates into the synapse package so that they can be
      used as package data, which should mean that all of the packaging mechanisms
      (pip, docker, debian, arch, etc) should now come with the example templates.
      
      In order to grandfather in people who relied on the templates being in the old
      place, check for that situation and fall back to using the defaults if the
      templates directory does not exist.
      15195729
  16. Sep 16, 2018
  17. Aug 02, 2018
Loading