Skip to content

Commit 1cefae5

Browse files
committed
moved the majority of logging to debug
1 parent c5ee1df commit 1cefae5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pwnagotchi/plugins/default/fix_services.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ def on_ready(self, agent):
4646
last_lines = self.get_last_lines('journalctl', ['-n10', '-k'], 10)
4747
try:
4848
cmd_output = subprocess.check_output("ip link show wlan0mon", shell=True)
49-
logging.info("[Fix_Services ip link show wlan0mon]: %s" % repr(cmd_output))
49+
logging.debug("[Fix_Services ip link show wlan0mon]: %s" % repr(cmd_output))
5050
if ",UP," in str(cmd_output):
5151
logging.info("wlan0mon is up.")
5252

0 commit comments

Comments
 (0)