From 587c94f17a43e54cbebea6cbfd7803c2c3653d69 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Deronne?= Date: Sat, 8 Dec 2018 16:56:04 +0100 Subject: [PATCH] wifi: Improve readibility of collected logs when WifiHelper::EnableLogComponents is used --- src/wifi/helper/wifi-helper.cc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/wifi/helper/wifi-helper.cc b/src/wifi/helper/wifi-helper.cc index 36f3a9bf6..223984b7d 100644 --- a/src/wifi/helper/wifi-helper.cc +++ b/src/wifi/helper/wifi-helper.cc @@ -747,6 +747,9 @@ WifiHelper::Install (const WifiPhyHelper &phy, void WifiHelper::EnableLogComponents (void) { + LogComponentEnableAll (LOG_PREFIX_TIME); + LogComponentEnableAll (LOG_PREFIX_NODE); + LogComponentEnable ("AarfWifiManager", LOG_LEVEL_ALL); LogComponentEnable ("AarfcdWifiManager", LOG_LEVEL_ALL); LogComponentEnable ("AdhocWifiMac", LOG_LEVEL_ALL);