Hi Everyone,
My team and I are working on the next version of ConnectAnyThing and we found a log file in the Linux image that is huge and grows every time we write to the pins. The location of the file /tmp/log.txt.
Does anyone know how to stop writing to this log file?
Here a caption of the file's content:
...
mux-info: muxSelect: mux_sel gpio22:=0 (arduino_pin=17)
mux-info: muxSelect: mux_sel gpio22:=1 (arduino_pin=17)
mux-info: muxSelect: mux_sel gpio21:=0 (arduino_pin=18)
mux-info: muxSelect: mux_sel gpio29:=1 (arduino_pin=18)
mux-info: muxSelect: mux_sel gpio21:=1 (arduino_pin=18)
mux-info: muxSelect: mux_sel gpio29:=1 (arduino_pin=18)
mux-info: muxSelect: mux_sel gpio20:=0 (arduino_pin=19)
mux-info: muxSelect: mux_sel gpio29:=1 (arduino_pin=19)
...