summaryrefslogtreecommitdiffstats
path: root/nikola/plugins/loghandler/stderr.plugin
diff options
context:
space:
mode:
Diffstat (limited to 'nikola/plugins/loghandler/stderr.plugin')
-rw-r--r--nikola/plugins/loghandler/stderr.plugin9
1 files changed, 9 insertions, 0 deletions
diff --git a/nikola/plugins/loghandler/stderr.plugin b/nikola/plugins/loghandler/stderr.plugin
new file mode 100644
index 0000000..211d2b4
--- /dev/null
+++ b/nikola/plugins/loghandler/stderr.plugin
@@ -0,0 +1,9 @@
+[Core]
+Name = stderr
+Module = stderr
+
+[Documentation]
+Author = Daniel Devine
+Version = 0.1
+Website = http://getnikola.com
+Description = Log to stderr, the default logger.