Updated Home (markdown)

master
Richard van der Hoff 2 лет назад
Родитель
Сommit
60371e0104
1 измененных файлов: 1 добавлений и 1 удалений
  1. +1
    -1
      Home.md

+ 1
- 1
Home.md

@@ -68,7 +68,7 @@ Synapse tags each log line according to the HTTP request it is processing. When
Here we can see that the request has been tagged with `GET-37`. (The tag depends on the method of the HTTP request, so might start with `GET-`, `PUT-`, `POST-`, `OPTIONS-` or `DELETE-`.) So to find all lines corresponding to this request, we can do:

```
grep 'GET-37 ' homeserver.log
grep 'GET-37' homeserver.log
```

If you want to paste that output into a github issue or matrix room, please remember to surround it with triple-backticks (```) to make it legible (see https://help.github.com/en/articles/basic-writing-and-formatting-syntax#quoting-code).


Загрузка…
Отмена
Сохранить