Matrix Docker Ansible eploy
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

82 строки
3.4 KiB

  1. # SOME DESCRIPTIVE TITLE.
  2. # Copyright (C) 2018-2025, Slavi Pantaleev, Aine Etke, MDAD community members
  3. # This file is distributed under the same license as the matrix-docker-ansible-deploy package.
  4. # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
  5. #
  6. #, fuzzy
  7. msgid ""
  8. msgstr ""
  9. "Project-Id-Version: matrix-docker-ansible-deploy \n"
  10. "Report-Msgid-Bugs-To: \n"
  11. "POT-Creation-Date: 2025-01-27 09:54+0200\n"
  12. "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
  13. "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
  14. "Language-Team: LANGUAGE <LL@li.org>\n"
  15. "MIME-Version: 1.0\n"
  16. "Content-Type: text/plain; charset=UTF-8\n"
  17. "Content-Transfer-Encoding: 8bit\n"
  18. #: ../../../docs/maintenance-and-troubleshooting.md:1
  19. msgid "Maintenance and Troubleshooting"
  20. msgstr ""
  21. #: ../../../docs/maintenance-and-troubleshooting.md:3
  22. msgid "How to see the current status of your services"
  23. msgstr ""
  24. #: ../../../docs/maintenance-and-troubleshooting.md:5
  25. msgid "You can check the status of your services by using `systemctl status`. Example:"
  26. msgstr ""
  27. #: ../../../docs/maintenance-and-troubleshooting.md:15
  28. msgid "Docker containers that the playbook configures are supervised by [systemd](https://wiki.archlinux.org/title/Systemd) and their logs are configured to go to [systemd-journald](https://wiki.archlinux.org/title/Systemd/Journal)."
  29. msgstr ""
  30. #: ../../../docs/maintenance-and-troubleshooting.md:17
  31. msgid "To prevent double-logging, Docker logging is disabled by explicitly passing `--log-driver=none` to all containers. Due to this, you **cannot** view logs using `docker logs`."
  32. msgstr ""
  33. #: ../../../docs/maintenance-and-troubleshooting.md:19
  34. msgid "To view systemd-journald logs using [journalctl](https://man.archlinux.org/man/journalctl.1), run a command like this:"
  35. msgstr ""
  36. #: ../../../docs/maintenance-and-troubleshooting.md:25
  37. msgid "Increase logging verbosity"
  38. msgstr ""
  39. #: ../../../docs/maintenance-and-troubleshooting.md:27
  40. msgid "Because the [Synapse](https://github.com/element-hq/synapse) Matrix server is originally very chatty when it comes to logging, we intentionally reduce its [logging level](https://docs.python.org/3/library/logging.html#logging-levels) from `INFO` to `WARNING`."
  41. msgstr ""
  42. #: ../../../docs/maintenance-and-troubleshooting.md:29
  43. msgid "If you'd like to debug an issue or [report a Synapse bug](https://github.com/element-hq/synapse/issues/new/choose) to the developers, it'd be better if you temporarily increasing the logging level to `INFO`."
  44. msgstr ""
  45. #: ../../../docs/maintenance-and-troubleshooting.md:31
  46. msgid "Example configuration (`inventory/host_vars/matrix.example.com/vars.yml`):"
  47. msgstr ""
  48. #: ../../../docs/maintenance-and-troubleshooting.md:39
  49. msgid "Re-run the playbook after making these configuration changes."
  50. msgstr ""
  51. #: ../../../docs/maintenance-and-troubleshooting.md:41
  52. msgid "Remove unused Docker data"
  53. msgstr ""
  54. #: ../../../docs/maintenance-and-troubleshooting.md:43
  55. msgid "You can free some disk space from Docker, see [docker system prune](https://docs.docker.com/engine/reference/commandline/system_prune/) for more information."
  56. msgstr ""
  57. #: ../../../docs/maintenance-and-troubleshooting.md:49
  58. msgid "The shortcut command with `just` program is also available: `just run-tags run-docker-prune`"
  59. msgstr ""
  60. #: ../../../docs/maintenance-and-troubleshooting.md:51
  61. msgid "Postgres"
  62. msgstr ""
  63. #: ../../../docs/maintenance-and-troubleshooting.md:53
  64. msgid "See the dedicated [PostgreSQL Maintenance](maintenance-postgres.md) documentation page."
  65. msgstr ""