File: TODO

package info (click to toggle)
syslog-ng 3.3.5-4
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 14,120 kB
  • sloc: ansic: 60,880; sh: 12,423; yacc: 7,308; xml: 1,554; makefile: 1,242; python: 801; lex: 262; perl: 216; awk: 184
file content (20 lines) | stat: -rw-r--r-- 710 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# -*- org -*-

* Finish migrating to libmongo-client
While the bulk of the code has been migrated, authentication does not
work with libmongo-client yet.

* Date type handling
It would be very useful if we could either recognise the various date
macros and store them as appropriate date-typed bson objects, or, if
that would be too intrusive, offer an option to put the timestamp
into a specified key.

* Documentation
There is some documentation in the syslog-ng@ mailing list archives
and on the project page at
http://asylum.madhouse-project.org/projects/syslog-ng/mongodb/, but
something closer to the driver would be preferable.

However, if/when the driver gets merged, this will stop being my
problem!