Actions
Feature #2176
openlog configuration
Status:
New
Priority:
Normal
Assignee:
-
Start date:
05/11/2015
Due date:
% Done:
0%
Estimated time:
Description
hi team,
The eepg plugin drops a lot of log info into journalctl. Could you improve this feature?
I try to set vdr log option to only errors but the plugin generate the same info.
thanks for all, and thanks for your work.
Files
Updated by dimeptr over 9 years ago
You can reduce the logging by setting:
#define VERBOSE 0
instead of
#define VERBOSE 1
in log.h file.
I will set it to 0 by default on my next commit
Actions