소스 검색

Update docs/configuring-playbook-matrix-media-repo.md: add the common section "Troubleshooting"

Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
pull/4020/head
Suguru Hirahara 1 년 전
부모
커밋
66bb56db18
No known key found for this signature in database GPG 키 ID: E4F9743DAB4B7B75
1개의 변경된 파일12개의 추가작업 그리고 0개의 파일을 삭제
  1. +12
    -0
      docs/configuring-playbook-matrix-media-repo.md

+ 12
- 0
docs/configuring-playbook-matrix-media-repo.md 파일 보기

@@ -167,3 +167,15 @@ docker exec -it matrix-media-repo \
Enter `1` for the Machine ID when prompted (you are not doing any horizontal scaling) unless you know what you're doing.

This should output a `msg="Import completed"` when finished successfully!

## Troubleshooting

As with all other services, you can find the logs in [systemd-journald](https://www.freedesktop.org/software/systemd/man/systemd-journald.service.html) by logging in to the server with SSH and running `journalctl -fu matrix-media-repo`.

### Increase logging verbosity

If you want to turn on sentry's built-in debugging, add the following configuration to your `vars.yml` file and re-run the playbook:

```yaml
matrix_media_repo_sentry_debug: true
```

불러오는 중...
취소
저장