add the log_level variable to the cli and reduce the log level of milli and grenad

This commit is contained in:
Tamo 2021-06-23 11:07:19 +02:00
parent b4fd4212ad
commit 36f32f58d4
No known key found for this signature in database
GPG key ID: 20CD8020AFA88D69
3 changed files with 11 additions and 2 deletions

View file

@ -91,5 +91,6 @@ pub fn default_settings(dir: impl AsRef<Path>) -> Opt {
snapshot_interval_sec: 0,
import_dump: None,
indexer_options: IndexerOpts::default(),
log_level: "off".into(),
}
}