Matrix Docker Ansible eploy
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

86 行
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: jp\n"
  17. "Language-Team: jp <LL@li.org>\n"
  18. "MIME-Version: 1.0\n"
  19. "Content-Type: text/plain; charset=utf-8\n"
  20. "Content-Transfer-Encoding: 8bit\n"
  21. "Generated-By: Babel 2.16.0\n"
  22. #: ../../../docs/maintenance-and-troubleshooting.md:1
  23. msgid "Maintenance and Troubleshooting"
  24. msgstr ""
  25. #: ../../../docs/maintenance-and-troubleshooting.md:3
  26. msgid "How to see the current status of your services"
  27. msgstr ""
  28. #: ../../../docs/maintenance-and-troubleshooting.md:5
  29. msgid "You can check the status of your services by using `systemctl status`. Example:"
  30. msgstr ""
  31. #: ../../../docs/maintenance-and-troubleshooting.md:15
  32. 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)."
  33. msgstr ""
  34. #: ../../../docs/maintenance-and-troubleshooting.md:17
  35. 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`."
  36. msgstr ""
  37. #: ../../../docs/maintenance-and-troubleshooting.md:19
  38. msgid "To view systemd-journald logs using [journalctl](https://man.archlinux.org/man/journalctl.1), run a command like this:"
  39. msgstr ""
  40. #: ../../../docs/maintenance-and-troubleshooting.md:25
  41. msgid "Increase logging verbosity"
  42. msgstr ""
  43. #: ../../../docs/maintenance-and-troubleshooting.md:27
  44. 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`."
  45. msgstr ""
  46. #: ../../../docs/maintenance-and-troubleshooting.md:29
  47. 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`."
  48. msgstr ""
  49. #: ../../../docs/maintenance-and-troubleshooting.md:31
  50. msgid "Example configuration (`inventory/host_vars/matrix.example.com/vars.yml`):"
  51. msgstr ""
  52. #: ../../../docs/maintenance-and-troubleshooting.md:39
  53. msgid "Re-run the playbook after making these configuration changes."
  54. msgstr ""
  55. #: ../../../docs/maintenance-and-troubleshooting.md:41
  56. msgid "Remove unused Docker data"
  57. msgstr ""
  58. #: ../../../docs/maintenance-and-troubleshooting.md:43
  59. 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."
  60. msgstr ""
  61. #: ../../../docs/maintenance-and-troubleshooting.md:49
  62. msgid "The shortcut command with `just` program is also available: `just run-tags run-docker-prune`"
  63. msgstr ""
  64. #: ../../../docs/maintenance-and-troubleshooting.md:51
  65. msgid "Postgres"
  66. msgstr ""
  67. #: ../../../docs/maintenance-and-troubleshooting.md:53
  68. msgid "See the dedicated [PostgreSQL Maintenance](maintenance-postgres.md) documentation page."
  69. msgstr ""