From 91b757153ae81b3c9cd57f9e9ac56491014f5a82 Mon Sep 17 00:00:00 2001 From: nxshock Date: Tue, 31 Aug 2021 19:14:07 +0500 Subject: [PATCH] Update default log level --- simplefileshare.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/simplefileshare.conf b/simplefileshare.conf index 7ab2b2e..fe3ea8f 100644 --- a/simplefileshare.conf +++ b/simplefileshare.conf @@ -7,4 +7,4 @@ StoragePath = "/tmp" # File removing period (hours) RemoveFilePeriod = 1 -LogLevel = "debug" +LogLevel = "error"