From fe535d25e58d75397ddefeb796bf60e897360f35 Mon Sep 17 00:00:00 2001 From: Klaus Schmidinger Date: Sun, 2 Apr 2017 13:01:34 +0200 Subject: Added some guidelines and recommendations to the 'Logging' section of PLUGINS.html --- HISTORY | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'HISTORY') diff --git a/HISTORY b/HISTORY index fc10b912..e2dfbf89 100644 --- a/HISTORY +++ b/HISTORY @@ -8944,3 +8944,7 @@ Video Disk Recorder Revision History store auxiliary information with an event (thanks to Jörg Wendel). This string has no meaning whatsoever to VDR itself, and it will not be written into the info file of a recording that is made for such an event. +- Added some guidelines and recommendations to the 'Logging' section of PLUGINS.html. + The most important being: implement a command line option to control the level + of logging (in particular allow turning off logging completely!) and never print + anything to stdout or stderr (unless one of the listed exceptions applies). -- cgit v1.2.3