flexget.plugins.operate.log_filter module#
- class flexget.plugins.operate.log_filter.LogFilter[source]#
Bases:
objectPrevent entries with specific text from being logged.
Example:
log_filter: - message: in a galaxy - message: far far away - message: whatever text - message: what the heck? plugin: series
- on_task_abort(task, config)#
- schema = {'items': {'minProperties': 1, 'properties': {'level': {'enum': ['trace', 'debug', 'verbose', 'info', 'success', 'warning', 'error', 'critical'], 'type': 'string'}, 'message': {'type': 'string'}, 'plugin': {'type': 'string'}, 'task': {'type': 'string'}}}, 'minItems': 1, 'type': 'array'}#