eal: remove log level from internal config
[dpdk.git] / lib / librte_eal / linuxapp / eal / eal.c
index fbfbb94..7c78f2d 100644 (file)
@@ -492,8 +492,6 @@ eal_log_level_parse(int argc, char **argv)
        argvopt = argv;
        optind = 1;
 
-       rte_log_set_global_level(internal_config.log_level);
-
        while ((opt = getopt_long(argc, argvopt, eal_short_options,
                                  eal_long_options, &option_index)) != EOF) {