From 8f66447ab9cdcb60a3475427a9b26c1f7342f5e8 Mon Sep 17 00:00:00 2001 From: Yannick Bungers Date: Sun, 8 Oct 2023 11:29:13 +0200 Subject: [PATCH] Update docs for HD_SHOW_LOG_TIMESTAMP Signed-off-by: Yannick Bungers Signed-off-by: Yannick Bungers --- docs/content/references/config/general.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/content/references/config/general.md b/docs/content/references/config/general.md index 6ddc45079..11bbf39df 100644 --- a/docs/content/references/config/general.md +++ b/docs/content/references/config/general.md @@ -7,6 +7,7 @@ | `HD_FRONTEND_PORT` | 3001 | | The port the frontend process listens on. | | `HD_RENDERER_BASE_URL` | Content of HD_BASE_URL | | The URL the renderer runs on. If omitted this will be the same as `HD_BASE_URL`. For more detail see [this faq entry][faq-entry] | | `HD_LOGLEVEL` | warn | | The loglevel that should be used. Options are `error`, `warn`, `info`, `debug` or `trace`. | +| `HD_SHOW_LOG_TIMESTAMP` | true | | Specifies if a timestamp should be added to the log statements. Disabling is useful for extern log management (systemd etc.) | | `HD_FORBIDDEN_NOTE_IDS` | - | `notAllowed,alsoNotAllowed` | A list of note ids (separated by `,`), that are not allowed to be created or requested by anyone. | | `HD_MAX_DOCUMENT_LENGTH` | 100000 | | The maximum length of any one document. Changes to this will impact performance for your users. | | `HD_PERSIST_INTERVAL` | 10 | `0`, `5`, `10`, `20` | The time interval in **minutes** for the periodic note revision creation during realtime editing. `0` deactivates the periodic note revision creation. |