From 1a20200181200ca98bf103f33439cde6ffd79fcd Mon Sep 17 00:00:00 2001 From: YanzheL Date: Fri, 27 Dec 2019 19:13:57 +0800 Subject: [PATCH] Rebase master Signed-off-by: YanzheL --- docs/config/dfdaemon_config_template.yml | 5 +++++ docs/config/dfdaemon_properties.md | 1 + 2 files changed, 6 insertions(+) diff --git a/docs/config/dfdaemon_config_template.yml b/docs/config/dfdaemon_config_template.yml index 949be9290..3f5766a8e 100644 --- a/docs/config/dfdaemon_config_template.yml +++ b/docs/config/dfdaemon_config_template.yml @@ -74,3 +74,8 @@ verbose: false # The maximum number of CPUs that the dfdaemon can use maxprocs: 10 + +# Logging +logConfig: + # Log file path + path: /dev/stdout \ No newline at end of file diff --git a/docs/config/dfdaemon_properties.md b/docs/config/dfdaemon_properties.md index 8cc147594..ea7bc7aea 100644 --- a/docs/config/dfdaemon_properties.md +++ b/docs/config/dfdaemon_properties.md @@ -10,6 +10,7 @@ The following startup parameters are supported for `dfdaemon` | ------------- | ------------- | | dfget_flags | dfget properties | | dfpath | dfget bin path | +| logConfig | Logging properties | | hijack_https | HijackHTTPS is the list of hosts whose https requests should be hijacked by dfdaemon. The first matched rule will be used | | localrepo | Temp output dir of dfdaemon, by default `$HOME/.small-dragonfly/dfdaemon/data/` | | proxies | Proxies is the list of rules for the transparent proxy |