From f1503783f055b889be47a811f604754d2e261ff3 Mon Sep 17 00:00:00 2001 From: Wiebe Cazemier Date: Thu, 30 Sep 2021 20:56:23 +0200 Subject: [PATCH] Fix incorrect log file path in default config --- flashmq.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flashmq.conf b/flashmq.conf index eff8ef7..af5f13a 100644 --- a/flashmq.conf +++ b/flashmq.conf @@ -1,4 +1,4 @@ # https://www.flashmq.org/documentation/config-file/ -log_file /var/log/flashmq.log +log_file /var/log/flashmq/flashmq.log storage_dir /var/lib/flashmq -- libgit2 0.21.4