Skip to content
Snippets Groups Projects
  1. Sep 01, 2022
  2. Aug 12, 2022
  3. Aug 04, 2022
  4. Aug 03, 2022
  5. Aug 01, 2022
  6. Jul 21, 2022
  7. Jul 19, 2022
  8. Jul 15, 2022
  9. Jul 05, 2022
  10. Jul 04, 2022
  11. Jul 01, 2022
  12. Jun 30, 2022
  13. Jun 27, 2022
  14. Jun 16, 2022
  15. Jun 15, 2022
  16. Jun 08, 2022
  17. May 25, 2022
  18. May 24, 2022
  19. May 23, 2022
  20. May 13, 2022
  21. May 09, 2022
  22. May 06, 2022
  23. Apr 27, 2022
  24. Apr 26, 2022
  25. Apr 25, 2022
  26. Apr 21, 2022
  27. Apr 20, 2022
  28. Apr 14, 2022
  29. Apr 13, 2022
    • Richard van der Hoff's avatar
      Dockerfile-workers: give the master its own log config (#12466) · 8af8a9bc
      Richard van der Hoff authored
      When we run a worker-mode synapse under docker, everything gets logged to stdout. Currently, output from the workers is tacked with a worker name, for example:
      
      ```
      2022-04-13 15:27:56,810 - worker:frontend_proxy1 - synapse.util.caches.lrucache - 154 - INFO - LruCache._expire_old_entries-0 - Dropped 0 items from caches
      ```
      
      - note `worker:frontend_proxy1`. No such tag is applied to log lines from the master, which makes somewhat confusing reading.
      
      To fix this, we generate a dedicated log config file for the master in the same way that we do for the workers, and use that.
      Unverified
      8af8a9bc
  30. Apr 12, 2022
  31. Apr 11, 2022
Loading