Olivier Matz ea98a7afb4 log: fix default level
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: 845afe51e428 ("eal: change specific log levels at startup")

Reported-by: Ferruh Yigit <ferruh.yigit@intel.com>
Signed-off-by: Olivier Matz <olivier.matz@6wind.com>
Acked-by: Ferruh Yigit <ferruh.yigit@intel.com>
2017-04-20 01:28:37 +02:00
..
2017-04-06 21:15:55 +02:00
2016-06-10 15:08:57 +02:00
2017-04-11 18:05:10 +02:00
2017-03-30 18:40:15 +02:00
2016-06-17 18:04:22 +02:00
2017-03-30 18:40:15 +02:00
2017-03-30 18:40:15 +02:00
2017-04-03 20:00:23 +02:00
2016-07-11 18:47:20 +02:00
2017-04-20 01:28:37 +02:00