Matrix Docker Ansible eploy
Não pode escolher mais do que 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
 
 

87 linhas
3.5 KiB

  1. # SOME DESCRIPTIVE TITLE.
  2. # Copyright (C) 2018-2024, Slavi Pantaleev, Aine Etke, MDAD community
  3. # members
  4. # This file is distributed under the same license as the
  5. # matrix-docker-ansible-deploy package.
  6. # FIRST AUTHOR <EMAIL@ADDRESS>, 2024.
  7. #
  8. #, fuzzy
  9. msgid ""
  10. msgstr ""
  11. "Project-Id-Version: matrix-docker-ansible-deploy \n"
  12. "Report-Msgid-Bugs-To: \n"
  13. "POT-Creation-Date: 2025-01-27 09:54+0200\n"
  14. "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
  15. "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
  16. "Language: bg\n"
  17. "Language-Team: bg <LL@li.org>\n"
  18. "Plural-Forms: nplurals=2; plural=(n != 1);\n"
  19. "MIME-Version: 1.0\n"
  20. "Content-Type: text/plain; charset=utf-8\n"
  21. "Content-Transfer-Encoding: 8bit\n"
  22. "Generated-By: Babel 2.16.0\n"
  23. #: ../../../docs/maintenance-and-troubleshooting.md:1
  24. msgid "Maintenance and Troubleshooting"
  25. msgstr ""
  26. #: ../../../docs/maintenance-and-troubleshooting.md:3
  27. msgid "How to see the current status of your services"
  28. msgstr ""
  29. #: ../../../docs/maintenance-and-troubleshooting.md:5
  30. msgid "You can check the status of your services by using `systemctl status`. Example:"
  31. msgstr ""
  32. #: ../../../docs/maintenance-and-troubleshooting.md:15
  33. 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)."
  34. msgstr ""
  35. #: ../../../docs/maintenance-and-troubleshooting.md:17
  36. 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`."
  37. msgstr ""
  38. #: ../../../docs/maintenance-and-troubleshooting.md:19
  39. msgid "To view systemd-journald logs using [journalctl](https://man.archlinux.org/man/journalctl.1), run a command like this:"
  40. msgstr ""
  41. #: ../../../docs/maintenance-and-troubleshooting.md:25
  42. msgid "Increase logging verbosity"
  43. msgstr ""
  44. #: ../../../docs/maintenance-and-troubleshooting.md:27
  45. 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`."
  46. msgstr ""
  47. #: ../../../docs/maintenance-and-troubleshooting.md:29
  48. 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`."
  49. msgstr ""
  50. #: ../../../docs/maintenance-and-troubleshooting.md:31
  51. msgid "Example configuration (`inventory/host_vars/matrix.example.com/vars.yml`):"
  52. msgstr ""
  53. #: ../../../docs/maintenance-and-troubleshooting.md:39
  54. msgid "Re-run the playbook after making these configuration changes."
  55. msgstr ""
  56. #: ../../../docs/maintenance-and-troubleshooting.md:41
  57. msgid "Remove unused Docker data"
  58. msgstr ""
  59. #: ../../../docs/maintenance-and-troubleshooting.md:43
  60. 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."
  61. msgstr ""
  62. #: ../../../docs/maintenance-and-troubleshooting.md:49
  63. msgid "The shortcut command with `just` program is also available: `just run-tags run-docker-prune`"
  64. msgstr ""
  65. #: ../../../docs/maintenance-and-troubleshooting.md:51
  66. msgid "Postgres"
  67. msgstr ""
  68. #: ../../../docs/maintenance-and-troubleshooting.md:53
  69. msgid "See the dedicated [PostgreSQL Maintenance](maintenance-postgres.md) documentation page."
  70. msgstr ""