Thanks for the feedback.
On 21.03.2017 03:00, Gui Iribarren wrote:
Hey Axel,
we're having a flood of these messages in logread,
around 10 per minute, which is quite annoying
Tue Mar 21 01:55:52 2017 daemon.err bmx6[5530]: INFO
create_ogm_aggregation(): IID jump 2 from 432 to 539
Ack, that is annoying. But not harmful. Its probably because you have
many nodes changing their description frequently.
How many nodes does your network have more or less?
And does it appear only as "IID jump 2..." or also as "IID jump 3 and
more...?
they are being logged regardless of dbgMuteTimeout=10000
or dbgMuteTimeout=1 or whatever setting
how exactly does --dbgMuteTimeout work?
It mutes messages that are logged with dbgf_mute() function after having
appeared twice for the amount of ms you specified with --dbgMuteTimeout.
The log message you complain about was not logged with the dbgf_mute()
function and was therefore always logged.
and how can we prevent those messages from showing up in the logs?
You could only change the code, or update to the latest bmx6
master-branch version. It contains below patch :-)
https://github.com/axn/bmx6/commit/4016a1980d900309771e432d1f7c741d6c48d477
cheers too
/axel
cheers!!