On Thu, Jul 11, 2019 at 6:01 AM Jiri Pirko jiri@resnulli.us wrote:
That is odd. The messages you mentioned in the original email are debug messages printed out by teamd_log_dbg->daemon_log(LOG_DEBUG,..)
Please check the config for "debug_level" option.
Another thing is, it might be good idea to move these messages to: teamd_log_dbgx(ctx, 2, ..)
Looks like it is disabled... here is output of teamdctl state dump
"setup": { "daemonized": false, "dbus_enabled": true, "debug_level": 0, "kernel_team_mode_name": "loadbalance", "pid": 32311, "pid_file": "/var/run/teamd/nm-team.pid", "runner_name": "loadbalance", "zmq_enabled": false },
Thanks, Dan