tests: Enable verbose logger_stdout debug in hostapd
authorJouni Malinen <j@w1.fi>
Tue, 29 Oct 2013 22:31:14 +0000 (00:31 +0200)
committerJouni Malinen <j@w1.fi>
Tue, 29 Oct 2013 22:38:57 +0000 (00:38 +0200)
This makes hostapd debug logs more helpful for debugging.

Signed-hostap: Jouni Malinen <j@w1.fi>

tests/hwsim/hostapd.py

index 50b6644..7d6e7b1 100644 (file)
@@ -50,6 +50,8 @@ class Hostapd:
         self.set("hw_mode", "g")
         self.set("channel", "1")
         self.set("ieee80211n", "1")
+        self.set("logger_stdout", "-1")
+        self.set("logger_stdout_level", "0")
 
     def set_open(self, ssid):
         self.set_defaults()