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")))