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": ... }
Thanks, Dan