diff options
author | wxiaoguang <wxiaoguang@gmail.com> | 2022-09-07 23:58:55 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-07 23:58:55 +0800 |
commit | aa5de4dcad95e1c01cfe7871e668798ef9cbe733 (patch) | |
tree | a2d9b9a87206d6ea4d7ad4c809af5934d711e9e3 /docs/content/doc/advanced | |
parent | 7006d8297d86bf034bc52e13ceaf9ef2f20c8ec7 (diff) | |
download | gitea-aa5de4dcad95e1c01cfe7871e668798ef9cbe733.tar.gz gitea-aa5de4dcad95e1c01cfe7871e668798ef9cbe733.zip |
Upgrade the document about how to collect logs for systemd and docker (#21101)
Many users (#21099) do not know how to collect logs if they are using
systemd. This PR makes the document more clear.
Diffstat (limited to 'docs/content/doc/advanced')
-rw-r--r-- | docs/content/doc/advanced/logging-documentation.en-us.md | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/docs/content/doc/advanced/logging-documentation.en-us.md b/docs/content/doc/advanced/logging-documentation.en-us.md index b519641591..4e8cbb3282 100644 --- a/docs/content/doc/advanced/logging-documentation.en-us.md +++ b/docs/content/doc/advanced/logging-documentation.en-us.md @@ -15,12 +15,14 @@ menu: # Logging Configuration -The logging framework has been revamped in Gitea 1.9.0. - **Table of Contents** {{< toc >}} +## Collecting Logs for Help + +To collect logs for help and issue report, see [Support Options]({{< relref "doc/help/seek-help.en-us.md" >}}). + ## Log Groups The fundamental thing to be aware of in Gitea is that there are several |