Skip to content

Commit

Permalink
merge: #3991
Browse files Browse the repository at this point in the history
3991: fix(dal) - drop span to debug level r=stack72 a=britmyerss

<div><img src="https://media2.giphy.com/media/A4SLK7bj3bCYdiHWpL/giphy.gif?cid=5a38a5a2e5h9inqefu0o9b1d3x4me4ioz5bkvhy4qjs7489r&amp;ep=v1_gifs_search&amp;rid=giphy.gif&amp;ct=g" style="border:0;height:215px;width:300px"/><br/>via <a href="https://giphy.com/fallontonight/">The Tonight Show Starring Jimmy Fallon</a> on <a href="https://giphy.com/gifs/fallontonight-jimmy-fallon-tonight-show-A4SLK7bj3bCYdiHWpL">GIPHY</a></div>

Co-authored-by: Brit Myers <[email protected]>
  • Loading branch information
si-bors-ng[bot] and britmyerss authored Jun 18, 2024
2 parents 3d2101f + 7430a1c commit 6166f1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/dal/src/component.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2332,7 +2332,7 @@ impl Component {
/// if the input socket has arity many and the matches are all siblings
///
/// Note: this does not check for whether data should actually flow between components
#[instrument(level = "info", skip(ctx))]
#[instrument(level = "debug", skip(ctx))]
pub async fn find_available_inferred_connections_to_input_socket(
ctx: &DalContext,
input_socket_match: InputSocketMatch,
Expand Down

0 comments on commit 6166f1e

Please sign in to comment.