From cc26c1483e39cfde2fdca1ace85c10481ae3fa2a Mon Sep 17 00:00:00 2001 From: yutotnh <57719497+yutotnh@users.noreply.github.com> Date: Mon, 13 Jun 2022 16:34:46 +0900 Subject: [PATCH] fix: some typos (#19956) --- doc/advanced/logging-documentation.en-us.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/advanced/logging-documentation.en-us.md b/doc/advanced/logging-documentation.en-us.md index bdde5bd8..b5196415 100644 --- a/doc/advanced/logging-documentation.en-us.md +++ b/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