diff options
author | yutotnh <57719497+yutotnh@users.noreply.github.com> | 2022-06-13 16:34:46 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-13 15:34:46 +0800 |
commit | 3708ca8e2849ca7e36e6bd15ec6935a2a2d81e55 (patch) | |
tree | df00fd6d0407bd3dd996d71e123b45e159b9de61 /docs | |
parent | 5f136783d114b302eb2a42219e403624ef2abd93 (diff) | |
download | gitea-3708ca8e2849ca7e36e6bd15ec6935a2a2d81e55.tar.gz gitea-3708ca8e2849ca7e36e6bd15ec6935a2a2d81e55.zip |
fix: some typos (#19956)
Diffstat (limited to 'docs')
-rw-r--r-- | docs/content/doc/advanced/logging-documentation.en-us.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/content/doc/advanced/logging-documentation.en-us.md b/docs/content/doc/advanced/logging-documentation.en-us.md index bdde5bd8c4..b519641591 100644 --- a/docs/content/doc/advanced/logging-documentation.en-us.md +++ b/docs/content/doc/advanced/logging-documentation.en-us.md @@ -349,7 +349,7 @@ recommended that pausing only done for a very short period of time. It is possible to add and remove logging whilst Gitea is running using the `gitea manager logging add` and `remove` subcommands. This functionality can only adjust running log systems and cannot be used to start the access or router loggers if they -were not already initialised. If you wish to start these systems you are advised to adjust the app.ini and (gracefully) restart +were not already initialized. If you wish to start these systems you are advised to adjust the app.ini and (gracefully) restart the Gitea service. The main intention of these commands is to easily add a temporary logger to investigate problems on running systems where a restart |