From 5e0ccde43cfb5d99fb19aaedd66200adf2ec5167 Mon Sep 17 00:00:00 2001 From: Hiroyuki Sato Date: Tue, 22 Feb 2022 09:52:50 +0900 Subject: [PATCH] [Doc] Add missing server options. --- digdag-docs/src/command_reference.rst | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/digdag-docs/src/command_reference.rst b/digdag-docs/src/command_reference.rst index 1ed95c9d51..03f7202b8f 100644 --- a/digdag-docs/src/command_reference.rst +++ b/digdag-docs/src/command_reference.rst @@ -334,6 +334,26 @@ Runs a digdag server. --memory or --database option is required. Examples: Example: ``-c digdag-server/server.properties`` +:command:`-L, --log PATH` + Configuration output log messages to a file. (default: ``-``) + + Example: ``-L path/to/log`` + +:command:`-l, --log-level LEVEL` + Configuration log level(``error``, ``warn``, ``info``, ``debug`` or ``trace``). + + Example: ``-l debug`` + +:command:`--admin-port PORT` + Configuration port number to bind admin api on (default: no admin port). + + Example: ``--admin-port 9999`` + +:command:`--admin-bind ADDRESS` + Configuration IP address to bind admin api on (default: same address with `--bind`). + + Example: ``--admin-bind 192.168.10.10`` + In the config file, following parameters are available