Browse Source

tests: Enable verbose logger_stdout debug in hostapd

This makes hostapd debug logs more helpful for debugging.

Signed-hostap: Jouni Malinen <j@w1.fi>
Jouni Malinen 11 years ago
parent
commit
789b9f1d52
1 changed files with 2 additions and 0 deletions
  1. 2 0
      tests/hwsim/hostapd.py

+ 2 - 0
tests/hwsim/hostapd.py

@@ -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()