diff --git a/couchpotato/core/plugins/log/main.py b/couchpotato/core/plugins/log/main.py index 2a2c022..8da0c3d 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.'},