Skip to content

Commit

Permalink
nft-qos: shield meaningless log records
Browse files Browse the repository at this point in the history
Signed-off-by: zhusir <smallprogram@foxmail.com>
  • Loading branch information
smallprogram committed Oct 29, 2024
1 parent 1294b54 commit 4a684a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion net/nft-qos/files/nft-qos-dynamic.hotplug
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ qosdef_check_if_dynamic() {
}


logger -t nft-qos-dynamic "ACTION=$ACTION, MACADDR=$MACADDR, IPADDR=$IPADDR, HOSTNAME=$HOSTNAME"
# logger -t nft-qos-dynamic "ACTION=$ACTION, MACADDR=$MACADDR, IPADDR=$IPADDR, HOSTNAME=$HOSTNAME"

case "$ACTION" in
add | update | remove)
Expand Down
2 changes: 1 addition & 1 deletion net/nft-qos/files/nft-qos-monitor.hotplug
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export initscript="nft-qos-monitor"

. /lib/nft-qos/monitor.sh

logger -t nft-qos-monitor "ACTION=$ACTION, MACADDR=$MACADDR, IPADDR=$IPADDR, HOSTNAME=$HOSTNAME"
# logger -t nft-qos-monitor "ACTION=$ACTION, MACADDR=$MACADDR, IPADDR=$IPADDR, HOSTNAME=$HOSTNAME"

case "$ACTION" in
add | update)
Expand Down

0 comments on commit 4a684a5

Please sign in to comment.