Skip to content
Snippets Groups Projects
Commit 7d82e2be authored by Millian Poquet's avatar Millian Poquet
Browse files

[code] loguru: set main JSON options as debug

parent e1c50b44
No related branches found
No related tags found
No related merge requests found
...@@ -236,7 +236,7 @@ int main(int argc, char ** argv) ...@@ -236,7 +236,7 @@ int main(int argc, char ** argv)
printf("Invalid variant options: Not a JSON object. variant_options='%s'\n", variant_options.c_str()); printf("Invalid variant options: Not a JSON object. variant_options='%s'\n", variant_options.c_str());
return 1; return 1;
} }
LOG_F(INFO, "variant_options = '%s'", variant_options.c_str()); LOG_F(1, "variant_options = '%s'", variant_options.c_str());
// Scheduling variant // Scheduling variant
if (scheduling_variant == "filler") if (scheduling_variant == "filler")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment