summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorRoger Leigh <rleigh@debian.org>2008-01-26 19:01:52 +0000
committerRoger Leigh <rleigh@debian.org>2008-01-26 19:01:52 +0000
commitd5ff3b6f2f9907f6d57fce77452c2b97157562b7 (patch)
treedf3f662a61fe5d619d5db898a477cab6504f3570 /TODO
parent87e8c1911903791ebee7f5587cc7c8a2a535816e (diff)
downloadschroot-d5ff3b6f2f9907f6d57fce77452c2b97157562b7.tar.gz
* TODO: Add logging items.
Diffstat (limited to 'TODO')
-rw-r--r--TODO13
1 files changed, 13 insertions, 0 deletions
diff --git a/TODO b/TODO
index 997700fb..a0ece64c 100644
--- a/TODO
+++ b/TODO
@@ -60,3 +60,16 @@ fashion. expect might be useful for testing the PAM wrappers.
* Tests for chroots:
** -source chroots
+
+* logging should allow customisation of log level
+
+ See end of Debian Bug #279408.
+
+** log functions should have a severity (to complement existing I/W/E types)
+
+ Similar to debug level, but for normal messages
+ e.g. quiet/normal/verbose/extra verbose.
+
+** config file should have a "message" key.
+
+ Overridden by --quiet/--verbose options.