Page MenuHomeFreeBSD

netlink: reduce default log levels
ClosedPublic

Authored by kp on May 11 2023, 1:15 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Apr 27, 3:54 AM
Unknown Object (File)
Sat, Apr 27, 3:54 AM
Unknown Object (File)
Sat, Apr 27, 3:54 AM
Unknown Object (File)
Sat, Apr 27, 2:37 AM
Unknown Object (File)
Sat, Apr 20, 12:24 AM
Unknown Object (File)
Mar 7 2024, 9:23 AM
Unknown Object (File)
Mar 7 2024, 8:02 AM
Unknown Object (File)
Mar 7 2024, 7:42 AM
Subscribers

Details

Summary

Reduce the default log level for netlink to LOG_INFO. This removes a
number of messages such as

[nl_iface] dump_sa: unsupported family: 0, skipping

or

[nl_iface] get_operstate_ether: error calling SIOCGIFMEDIA on vlan0: 22

that are useful for debugging, but not for most users.

Sponsored by: Rubicon Communications, LLC ("Netgate")

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable