From 70847623e837f8d5a36fdc00eaddd863e6aa08cd Mon Sep 17 00:00:00 2001 From: AnthonyAxenov Date: Mon, 7 Jul 2025 08:46:58 +0800 Subject: [PATCH] =?UTF-8?q?=D0=98=D0=B7=20=D0=BA=D0=BE=D0=BD=D1=84=D0=B8?= =?UTF-8?q?=D0=B3=D0=B0=20keydb=20=D1=83=D0=B1=D1=80=D0=B0=D0=BD=20log,=20?= =?UTF-8?q?=D0=B8=D0=B1=D0=BE=20=D0=BD=D0=B5=20=D0=B8=D0=BC=D0=B5=D0=B5?= =?UTF-8?q?=D1=82=20=D1=81=D0=BC=D1=8B=D1=81=D0=BB=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docker/keydb/keydb.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/keydb/keydb.conf b/docker/keydb/keydb.conf index c466b46..74f9254 100644 --- a/docker/keydb/keydb.conf +++ b/docker/keydb/keydb.conf @@ -318,7 +318,7 @@ loglevel notice # Specify the log file name. Also the empty string can be used to force # KeyDB to log on the standard output. Note that if you use standard # output for logging but daemonize, logs will be sent to /dev/null -logfile "/var/log/keydb/keydb.log" +# logfile "" # To enable logging to the system logger, just set 'syslog-enabled' to yes, # and optionally update the other syslog parameters to suit your needs.