dpdk: Disable DEBUG logs by default in DPDK libraries 85/36485/1
authorAnand B Jyoti <anand.b.jyoti@intel.com>
Mon, 26 Jun 2017 00:12:50 +0000 (05:42 +0530)
committerAnand B Jyoti <anand.b.jyoti@intel.com>
Mon, 26 Jun 2017 00:12:50 +0000 (05:42 +0530)
commitdb553f39c708bb20259ced16f3ca0b4ecc8e95fe
treed33d8f6670d762e5f131cfd4f9f249314a57c431
parent18acbcb75fcd0dd276da9d3022aaf6cb25999e1c
dpdk: Disable DEBUG logs by default in DPDK libraries

JIRA: SAMPLEVNF-45

The default RTE_LOG_LEVEL is set to 8 enables all debug prints
which impacts the performance testing.

This patch sets the RTE_LOG_LEVEL to INFO to avoid printing of
logs with level DEBUG.

Change-Id: I1fdeecab9cd82f37f62e1ccfa625f91d1cf16217
Signed-off-by: Anand B Jyoti <anand.b.jyoti@intel.com>
patches/dpdk_custom_patch/set-log-level-to-info.patch [new file with mode: 0644]