Update main.rs

pull/94/head
liyan 1 year ago committed by GitHub
parent 2aeba1b85d
commit 288919127c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -45,7 +45,7 @@ use aya_log::BpfLogger;
{% if program_types_with_opts contains program_type -%}
use clap::Parser;
{% endif -%}
use log::{info, warn};
use log::{info, warn, debug};
use tokio::signal;
{% if program_types_with_opts contains program_type -%}

Loading…
Cancel
Save