+3
−0
Loading
Bump the log level for EAL to RTE_LOG_NOTICE. Reading from rte_log.h: ``` RTE_LOG_NOTICE 6U /**< Normal but significant condition. */ RTE_LOG_INFO 7U /**< Informational. */ RTE_LOG_DEBUG 8U /**< Debug-level messages. */ ``` We're doing this primarily for the NVMe hotplug poller, which calls spdk_pci_enumerate() and constantly bloats the output with logs describing which device is currently iterated over. We don't want to see those. Change-Id: I1a90e514fdf467bc95da910f786f1818757cfdcf Signed-off-by:Darek Stojaczyk <dariusz.stojaczyk@intel.com> Reviewed-on: https://review.gerrithub.io/c/441789 Chandler-Test-Pool: SPDK Automated Test System <sys_sgsw@intel.com> Tested-by:
SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by:
Karol Latecki <karol.latecki@intel.com> Reviewed-by:
Ben Walker <benjamin.walker@intel.com> Reviewed-by:
Shuhei Matsumoto <shuhei.matsumoto.xt@hitachi.com> Reviewed-by:
Paul Luse <paul.e.luse@intel.com> Reviewed-by:
Jim Harris <james.r.harris@intel.com>