Ver a proveniência

Merge pull request #3691 from luixxiul/fix

Replace existing links to matrix-org/synapse which should be replaced
pull/3692/head
Slavi Pantaleev há 1 ano
committed by GitHub
ascendente
cometimento
a1c01cda5f
Não foi encontrada uma chave conhecida para esta assinatura, na base de dados ID da chave GPG: B5690EEEBB952194
2 ficheiros alterados com 2 adições e 2 eliminações
  1. +1
    -1
      docs/configuring-playbook-synapse.md
  2. +1
    -1
      docs/maintenance-and-troubleshooting.md

+ 1
- 1
docs/configuring-playbook-synapse.md Ver ficheiro

@@ -78,7 +78,7 @@ When Synapse workers are enabled, the integrated [Postgres database is tuned](ma


A separate Ansible role (`matrix-synapse-reverse-proxy-companion`) and component handles load-balancing for workers. This role/component is automatically enabled when you enable workers. Make sure to use the `setup-all` tag (not `install-all`!) during the playbook's [installation](./installing.md) process, especially if you're disabling workers, so that components may be installed/uninstalled correctly. A separate Ansible role (`matrix-synapse-reverse-proxy-companion`) and component handles load-balancing for workers. This role/component is automatically enabled when you enable workers. Make sure to use the `setup-all` tag (not `install-all`!) during the playbook's [installation](./installing.md) process, especially if you're disabling workers, so that components may be installed/uninstalled correctly.


In case any problems occur, make sure to have a look at the [list of synapse issues about workers](https://github.com/matrix-org/synapse/issues?q=workers+in%3Atitle) and your `journalctl --unit 'matrix-*'`.
In case any problems occur, make sure to have a look at the [list of synapse issues about workers](https://github.com/element-hq/synapse/issues?q=workers+in%3Atitle) and your `journalctl --unit 'matrix-*'`.




## Synapse Admin ## Synapse Admin


+ 1
- 1
docs/maintenance-and-troubleshooting.md Ver ficheiro

@@ -26,7 +26,7 @@ sudo journalctl -fu matrix-synapse


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`. 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`.


If you'd like to debug an issue or [report a Synapse bug](https://github.com/matrix-org/synapse/issues/new/choose) to the developers, it'd be better if you temporarily increasing the logging level to `INFO`.
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`.


Example configuration (`inventory/host_vars/matrix.example.com/vars.yml`): Example configuration (`inventory/host_vars/matrix.example.com/vars.yml`):




Carregando…
Cancelar
Guardar