summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2017-04-02 13:01:34 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2017-04-02 13:01:34 +0200
commitfe535d25e58d75397ddefeb796bf60e897360f35 (patch)
treecca4c3473ce265003c4147b98d0c48a9b95c8385 /HISTORY
parentc4cc5e613ccfbf573a7ed66d17702581ef00e376 (diff)
downloadvdr-fe535d25e58d75397ddefeb796bf60e897360f35.tar.gz
vdr-fe535d25e58d75397ddefeb796bf60e897360f35.tar.bz2
Added some guidelines and recommendations to the 'Logging' section of PLUGINS.html
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY4
1 files changed, 4 insertions, 0 deletions
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).