This is an automated email from the ASF dual-hosted git repository.

hulk pushed a commit to branch unstable
in repository https://gitbox.apache.org/repos/asf/incubator-kvrocks.git


The following commit(s) were added to refs/heads/unstable by this push:
     new 42c2b33  Switch the default value of log-dir to `stdout` (#754)
42c2b33 is described below

commit 42c2b33e365ab34443dc165af584e0630b51f959
Author: hulk <[email protected]>
AuthorDate: Tue Jul 26 12:02:49 2022 +0800

    Switch the default value of log-dir to `stdout` (#754)
---
 kvrocks.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kvrocks.conf b/kvrocks.conf
index f14077d..d472ee4 100644
--- a/kvrocks.conf
+++ b/kvrocks.conf
@@ -96,7 +96,7 @@ dir /tmp/kvrocks
 # If you don't specify one, we will use the above `dir` as our default log 
directory.
 # We also can send logs to stdout/stderr is as simple as:
 #
-# log-dir stdout
+log-dir stdout
 
 # When running in daemonize mode, kvrocks writes a PID file in 
${CONFIG_DIR}/kvrocks.pid by
 # default. You can specify a custom pid file location here.

Reply via email to