[syslog-ng] Glob character ranges

Gergely Nagy algernon at madhouse-project.org
Tue Jul 24 12:04:09 CEST 2012


On Mon, Jul 23, 2012 at 8:41 PM, T. A. Smooth <catdaaaady at gmail.com> wrote:
> Listing out the range doesn't seem to help either. Anyone use this feature?

Like I said, glib's glob implementation which syslog-ng uses, does not
support ranges. If the docs say otherwise, the docs are buggy. So your
only options are regexps and explicitly listing all the chars in the
range. Or if you're feeling adventurous, you could try to patch
syslog-ng to use glob instead of glib's pattern matching thing. ;)

-- 
|8]


More information about the syslog-ng mailing list