From 3d9a6c78d81f7e29a08f77f6b140a0c969a54f51 Mon Sep 17 00:00:00 2001 From: hunchulchoi Date: Thu, 4 Jun 2026 18:29:44 +0900 Subject: [PATCH] docs: document new logs.pager configuration option --- docs/Config.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/Config.md b/docs/Config.md index d386ff31..a2f77e08 100644 --- a/docs/Config.md +++ b/docs/Config.md @@ -64,6 +64,7 @@ logs: timestamps: false since: '60m' # set to '' to show all logs tail: '' # set to 200 to show last 200 lines of logs + pager: 'less -R' # command for external logs pager (e.g. 'less -R', 'lnav') commandTemplates: dockerCompose: docker compose # Determines the Docker Compose command to run, referred to as .DockerCompose in commandTemplates restartService: '{{ .DockerCompose }} restart {{ .Service.Name }}'