summary refs log tree commit diff
path: root/latest/usage/administration/admin_faq.html
diff options
context:
space:
mode:
Diffstat (limited to 'latest/usage/administration/admin_faq.html')
-rw-r--r--latest/usage/administration/admin_faq.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/latest/usage/administration/admin_faq.html b/latest/usage/administration/admin_faq.html

index cd67440380..f9825d21d1 100644 --- a/latest/usage/administration/admin_faq.html +++ b/latest/usage/administration/admin_faq.html
@@ -194,7 +194,7 @@ Access Token:&lt;click to reveal&gt; </p> <p>Here we can see that the request has been tagged with <code>GET-37</code>. (The tag depends on the method of the HTTP request, so might start with <code>GET-</code>, <code>PUT-</code>, <code>POST-</code>, <code>OPTIONS-</code> or <code>DELETE-</code>.) So to find all lines corresponding to this request, we can do:</p> <pre><code>grep 'GET-37' homeserver.log </code></pre> -<p>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).</p> +<p>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 <a href="https://help.github.com/en/articles/basic-writing-and-formatting-syntax#quoting-code">quoting code</a>).</p> <h2 id="what-do-all-those-fields-in-the-processed-line-mean"><a class="header" href="#what-do-all-those-fields-in-the-processed-line-mean">What do all those fields in the 'Processed' line mean?</a></h2> <p>See <a href="request_log.html">Request log format</a>.</p> <h2 id="what-are-the-biggest-rooms-on-my-server"><a class="header" href="#what-are-the-biggest-rooms-on-my-server">What are the biggest rooms on my server?</a></h2>