Skip to content

Releases: hvisage/metalog

metalog-20230719

19 Jul 08:19
bb7c007
Compare
Choose a tag to compare
  • Do not substitute trailing control characters of a log line, but eliminate them completelly. Be aware, that this change will break existing filters that rely on the trailing underscore!
  • note in config file and man page: comments must be started with # only at the beginning of a line
  • add "configdir" to config, which allows reading additional config files ending with *.conf

metalog-20230707

07 Jul 06:15
5dd3073
Compare
Choose a tag to compare
  • m-kress:
    -- add missing brackets to harmonize code
    -- check (stat) the program path given as command and ignore the command, if not existing
  • auouymous:
    -- fix behavior of (program_)?regex and (program_)?neg_regex conditions
  • LonEox78:
    -- pointer to directory name was not initialized, so eventually weird directories were created
  • orbea:
    -- replace RETSIGTYPE with void
    -- silence obsolete warnings

metalog-20220214

14 Feb 12:12
eeb04a2
Compare
Choose a tag to compare
  • the regular expression library pcre is obolete and not supported any longer. This realease uses pcre2
  • doku has been updated, removed a lot of inconsistencies
  • add an option to change group
  • add permissions to configuration

metalog-20200113

13 Jan 08:04
Compare
Choose a tag to compare

Avoid writing logs to STDOUT twice

metalog-20181125

25 Oct 06:31
13705c6
Compare
Choose a tag to compare

Closed memory leaks for remote syslog

metalog-2018510

10 May 21:05
Compare
Choose a tag to compare
ignore automatically created file

metalog-20180327

27 Mar 05:50
b16a232
Compare
Choose a tag to compare

man page fix for NONE

UDP and compiler changes

26 Mar 15:16
dcec1b9
Compare
Choose a tag to compare

Michael Kress

  • add remote logging to a log server via UDP
  • silences a minor compiler warning (unused return value) and a missing cast
  • add the special value "NONE" as parameter for the keyword "logdir". A log entry with "NONE will not be written to a log file.