From 91bc56bee605eee58e2fbfad69e267bb33b6d6c8 Mon Sep 17 00:00:00 2001 From: zero Date: Fri, 5 Apr 2024 11:45:49 +0200 Subject: [PATCH] darkirc: add commented log and verbose settings + description to default toml config --- bin/darkirc/darkirc_config.toml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/bin/darkirc/darkirc_config.toml b/bin/darkirc/darkirc_config.toml index e3e8ba01a..ae696f101 100644 --- a/bin/darkirc/darkirc_config.toml +++ b/bin/darkirc/darkirc_config.toml @@ -30,6 +30,11 @@ autojoin = [ ## (optional, but once configured, it is required from the IRC client side) #password = "CHANGE_ME" +# Log to file. Off by default. +#log = "/tmp/darkirc.log" +# Set log level. 1 is info (default), 2 is debug, 3 is trace +#verbose = 2 + # P2P network settings [net] # Path to a configured hostlist for saving known peers