summaryrefslogtreecommitdiff
path: root/doc/administration/logs/log_parsing.md
diff options
context:
space:
mode:
Diffstat (limited to 'doc/administration/logs/log_parsing.md')
-rw-r--r--doc/administration/logs/log_parsing.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/administration/logs/log_parsing.md b/doc/administration/logs/log_parsing.md
index 40d6059d246..d9520ea9bc0 100644
--- a/doc/administration/logs/log_parsing.md
+++ b/doc/administration/logs/log_parsing.md
@@ -223,9 +223,12 @@ repeatedly reports that some items never reach 100%,
the following command helps to focus on the most common errors.
```shell
-jq --raw-output 'select(.severity == "ERROR") | [.project_path, .message] | @tsv' geo.log | sort | uniq -c | sort | tail
+jq --raw-output 'select(.severity == "ERROR") | [.project_path, .class, .message, .error] | @tsv' geo.log | sort | uniq -c | sort | tail
```
+Refer to our [Geo troubleshooting page](../geo/replication/troubleshooting.md)
+for advice about specific error messages.
+
### Parsing `gitaly/current`
Use the following examples to [troubleshoot Gitaly](../gitaly/troubleshooting.md).