From 4ff037546ac442f73059310897a26cb0d486b64f Mon Sep 17 00:00:00 2001 From: Ruud Date: Mon, 30 Apr 2012 12:11:50 +0200 Subject: [PATCH] Logging API description --- couchpotato/core/plugins/log/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/couchpotato/core/plugins/log/main.py b/couchpotato/core/plugins/log/main.py index 2a2c022f..8da0c3d4 100644 --- a/couchpotato/core/plugins/log/main.py +++ b/couchpotato/core/plugins/log/main.py @@ -27,7 +27,7 @@ class Logging(Plugin): 'desc': 'Remove all the log files' }) addApiView('logging.log', self.log, docs = { - 'desc': 'Get the full log file by number', + 'desc': 'Log errors', 'params': { 'type': {'desc': 'Type of logging, default "error"'}, '**kwargs': {'type':'object', 'desc': 'All other params will be printed in the log string.'},