mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-03 20:07:09 +02:00
feat: Add log libraries dependencies
This commit is contained in:
parent
510426c05c
commit
3418adb06a
3 changed files with 5 additions and 1 deletions
|
@ -66,6 +66,7 @@ fn index(schema: Schema, database_path: &Path, csv_data_path: &Path) -> Result<D
|
|||
}
|
||||
|
||||
fn main() -> Result<(), Box<Error>> {
|
||||
let _ = env_logger::init();
|
||||
let opt = Opt::from_args();
|
||||
|
||||
let schema = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue