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

Este commit está contenido en:
Tamo 2021-06-23 11:07:19 +02:00
padre b4fd4212ad
commit 36f32f58d4
No se encontró ninguna clave conocida en la base de datos para esta firma
ID de clave GPG: 20CD8020AFA88D69
Se han modificado 3 ficheros con 11 adiciones y 2 borrados

Ver archivo

@ -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(),
}
}