Check-in Number:
|
1199 | |
Date: |
2001-Oct-22 17:25:37 (local)
2001-Oct-22 15:25:37 (UTC) |
User: | rse |
Branch: | |
Comment: |
remember a view ideas |
Tickets: |
|
Inspections: |
|
Files: |
|
ossp-pkg/l2/TODO 1.31 -> 1.32
--- TODO 2001/10/19 16:32:05 1.31
+++ TODO 2001/10/22 15:25:37 1.32
@@ -2,6 +2,23 @@
OSSP L2
=======
+- Problem: OpenPKG fakesyslog ist nasty, because it doesn't provide
+ logging to multiple files or filter out some messages. Additionally
+ the app has to be restarted in order to reopen the logfile which
+ is nasty for MTAs like Postfix in case of very high loads (because
+ they start again processign the queue from scratch). What we need
+ is a new L2-based libsyslog.a which sends the stuff via Unix Domain
+ socket to an L2 daemon which in turn logs to targets via L2.
+
+- "smart debug buffer channel":
+ extra debug buffer, flush only if error occurs
+
+- "repeat channel": "last message repeated 100 times"
+
+- "\r\n" Problematik: Vorschlag: Bei Input \r und \n wegstrippen,
+ und von jedem Output Channel entweder \r\n (smtp) oder nur \n
+ wieder anhaengen lassen.
+
- thl: log facility
To debug an application, sometimes it's overkill to log everything at
DEBUG level. I see an improvement when an additional facility can be
|
|