Skip to content

Commit

Permalink
Add debug logs
Browse files Browse the repository at this point in the history
  • Loading branch information
XAMPPRocky authored Sep 13, 2023
1 parent 9d73825 commit c0d5ca5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions agones/src/xds.rs
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ mod tests {
/// for this test, we should only have single Agones integration test in this suite, since they
/// could easily collide with each other.
async fn agones_token_router() {
quilkin::test_utils::enable_log("agones=debug");
let client = Client::new().await;

let deployments: Api<Deployment> = client.namespaced_api();
Expand Down

0 comments on commit c0d5ca5

Please sign in to comment.