From 3a2d86051d6706d448bc2b8fe6260ac2cd674c3b Mon Sep 17 00:00:00 2001 From: PyroScope Project Date: Tue, 30 May 2017 23:05:11 +0200 Subject: [PATCH] Add specialized logging config (exec, xmlrpc) --- CONFIG-Template.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CONFIG-Template.md b/CONFIG-Template.md index 3e0c322..67082ea 100644 --- a/CONFIG-Template.md +++ b/CONFIG-Template.md @@ -87,6 +87,8 @@ network.xmlrpc.size_limit.set = 2M # Basic operational settings (no need to change these) session.path.set = (cat, (cfg.basedir), ".session/") directory.default.set = (cat, (cfg.basedir), "download/") +log.execute = (cat, (cfg.logs), "execute.log") +##log.xmlrpc = (cat, (cfg.logs), "xmlrpc.log") # Watch directories (add more as you like, but use unique schedule names) schedule2 = watch_start, 10, 10, ((load.start, (cat, (cfg.watch), "start/*.torrent")))