Skip to content
Snippets Groups Projects
Unverified Commit 7e57cb65 authored by bgallois's avatar bgallois
Browse files

fix missing log arg

parent 8925cfd4
No related branches found
No related tags found
No related merge requests found
...@@ -140,4 +140,6 @@ pub struct DistanceOracle { ...@@ -140,4 +140,6 @@ pub struct DistanceOracle {
/// Node used for fetching state /// Node used for fetching state
#[clap(short = 'u', long, default_value = "ws://127.0.0.1:9944")] #[clap(short = 'u', long, default_value = "ws://127.0.0.1:9944")]
pub rpc_url: String, pub rpc_url: String,
#[clap(short = 'l', long, default_value = "info")]
log: log::LevelFilter,
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment