Skip to content

Commit

Permalink
change loglevel
Browse files Browse the repository at this point in the history
  • Loading branch information
vpalmisano committed Sep 20, 2024
1 parent d3c99af commit d8b146c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/throttle.ts
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ async function applyRules(
): Promise<void> {
let rules = config[direction]
if (!rules) return
log.debug(
log.info(
`applyRules device=${device} index=${index} protocol=${protocol} match=${match} ${JSON.stringify(
rules,
)}`,
Expand Down Expand Up @@ -246,7 +246,7 @@ sudo -n tc filter add dev ${device} \
}
}

log.debug(`applying rules on ${device} (${mark}): ${desc}`)
log.info(`applying rules on ${device} (${mark}): ${desc}`)
const cmd = `\
sudo -n tc qdisc change dev ${device} \
parent 1:${handle} \
Expand Down

0 comments on commit d8b146c

Please sign in to comment.