Tue, Jul 09, 2019 at 02:42:11PM CEST, daniel.arena@smartplay.com wrote:
On Mon, Jul 8, 2019 at 10:22 PM Jamie Bainbridge jamie.bainbridge@gmail.com wrote:
If you run "nmcli general logging" do you see any other logging levels? The default is:
LEVEL DOMAINS INFO PLATFORM,<many other things>
But if you see output like:
LEVEL DOMAINS DEBUG TEAM
Hi Jamie,
No, it says INFO on the left, then lists all of the domains.TEAM is not in the list though, but BOND is.
If you run "ps aux | egrep teamd" and you see the "-g" flag then you know teamd has been started with debug logging enabled.
Jamie
There is not a "-g" there. The teamd process was started as: /usr/bin/teamd -o -n -U -D -N -t nm-team -c {"runner": ... }
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, ..)
Thanks, Dan _______________________________________________ libteam mailing list -- libteam@lists.fedorahosted.org To unsubscribe send an email to libteam-leave@lists.fedorahosted.org Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedorahosted.org/archives/list/libteam@lists.fedorahosted.org