ea98a7afb4
The initialization of the default log level (from configuration) was
removed by mistake in a previous commit. The global log level was
wrongly set to debug when no --log-level argument was passed. Restore
this initialization.
Before:
$ ./build/app/test
RTE>>dump_log_types
global log level is debug
...
After:
$ ./build/app/test
RTE>>dump_log_types
global log level is info
...
Fixes:
|
||
---|---|---|
.. | ||
eal | ||
igb_uio | ||
kni | ||
xen_dom0 | ||
Makefile |