From cd9387c71d6b92bad33c25e02c0878510bcdebd7 Mon Sep 17 00:00:00 2001 From: richvdh Date: Wed, 7 Dec 2022 22:03:13 +0000 Subject: deploy: dfe8febe47bce48bb78bc5ea39d3c7f524d68177 --- develop/usage/administration/admin_faq.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'develop/usage/administration/admin_faq.html') diff --git a/develop/usage/administration/admin_faq.html b/develop/usage/administration/admin_faq.html index cd67440380..f9825d21d1 100644 --- a/develop/usage/administration/admin_faq.html +++ b/develop/usage/administration/admin_faq.html @@ -194,7 +194,7 @@ Access Token:<click to reveal>

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
 
-

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

+

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 quoting code).

What do all those fields in the 'Processed' line mean?

See Request log format.

What are the biggest rooms on my server?

-- cgit 1.5.1