Index: ossp-pkg/l2/TODO RCS File: /v/ossp/cvs/ossp-pkg/l2/TODO,v rcsdiff -q -kk '-r1.31' '-r1.32' -u '/v/ossp/cvs/ossp-pkg/l2/TODO,v' 2>/dev/null --- 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