On Thu, 14 Nov 2024 07:03:14 +0100 Gabor Kiss <[email protected]> wrote:

(I dont know why, but gmail did not send me this bug report,  although
it made it to the bts.
hopefully the reply works ok!)

> Powerdns server log format is probably changed. Service name is no
> simple "pdns" any more but "pdns_server".

can you expand on why "probably"? if it's changed in a version that is
in testing (ie will be in stable)
then we should use pdns_server always. If it's been split into
different binaries we should use this opportunity
to check each rule: pdns is not something i use and there's a lot of
rules: are they all still valid?

> So regular expressions
> should be changed from this
>
> ^(\w{3} [ :[:digit:]]{11}|[0-9T:.+-]{32}) [._[:alnum:]-]+ 
> pdns\[[[:digit:]]+\]: blahblahblah
> to
> ^(\w{3} [ :[:digit:]]{11}|[0-9T:.+-]{32}) [._[:alnum:]-]+ 
> pdns(_server)?\[[[:digit:]]+\]: blahblahblah

(In my new macro-enabled branch this can be done with a one-line change :)

Reply via email to