Skip to content

Commit

Permalink
chore: log verbosity changed back to original
Browse files Browse the repository at this point in the history
  • Loading branch information
puffitos authored Jan 2, 2024
1 parent 49f115b commit f662095
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/agent/http_hijack.go
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ func hijackFederate(apiCtx *apiContext) error {

log.Debugf("raw federate[%s - %d] => %s", apiCtx.tag, idx, rawValue)
hjkValue := modifyExpression(expr, apiCtx.namespaceSet)
log.Infof("hjk federate[%s - %d] => %s", apiCtx.tag, idx, hjkValue)
log.Debugf("hjk federate[%s - %d] => %s", apiCtx.tag, idx, hjkValue)

queries.Add("match[]", hjkValue)
}
Expand Down

0 comments on commit f662095

Please sign in to comment.