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)
Fri, Jan 17, 1:41 PM
Unknown Object (File)
Dec 18 2024, 4:10 AM
Unknown Object (File)
Nov 30 2024, 3:54 PM
Unknown Object (File)
Nov 12 2024, 1:36 PM
Unknown Object (File)
Sep 26 2024, 4:38 AM
Unknown Object (File)
Sep 25 2024, 9:18 AM
Unknown Object (File)
Sep 25 2024, 9:17 AM
Unknown Object (File)
Sep 17 2024, 6:02 PM
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