Hi, I try to setup a new remoteLogger with additional option according to the documentation. newRemoteLogger(address[, timeout=2[, maxQueuedEntries=100[, reconnectWaitTime=1]]])
I’m able to setup “simple” remoteLogger:
rl1 = newRemoteLogger('129.132.128.247:10532’)
If I try to setup a new remoteLogger with additional option, my command failed.
rl2 = newRemoteLogger('129.132.128.247:10533', timeout=2, maxQueuedEntries=100,
reconnectWaitTime=2)
[root@dnsd1-zhh ~]# dnsdist -c
> rl2 = newRemoteLogger('129.132.128.247:10533', timeout=2,
> maxQueuedEntries=100, reconnectWaitTime=2)
Error: [string "rl2 = newRemoteLogger('129.132.128.247:10533'..."]:1: ')'
expected near '=': >
Has anybody an idea what is wrong with my command?
What is the meaning of the Error message?
Kind Regards
Daniel
smime.p7s
Description: S/MIME cryptographic signature
_______________________________________________ dnsdist mailing list [email protected] https://mailman.powerdns.com/mailman/listinfo/dnsdist
