You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Trying to use adafruit_logging to write logs to an SD card on an AdaLogger mounted to a RP Pico W. Writing to SD card works (using csvwriter or simply using file.write), but adafruit_logging does not. Tried the following simple test:
I believe that this should have resulted in a Hello world! message then a debug message being written to the log.txt file. The only message written to the log.txt file was the Hello world! message.
Board has Circuit Python 8.2.4 installed.
The text was updated successfully, but these errors were encountered:
Trying to use
adafruit_logging
to write logs to an SD card on an AdaLogger mounted to a RP Pico W. Writing to SD card works (usingcsvwriter
or simply usingfile.write
), butadafruit_logging
does not. Tried the following simple test:I believe that this should have resulted in a
Hello world!
message then adebug
message being written to thelog.txt
file. The only message written to thelog.txt
file was theHello world!
message.Board has Circuit Python 8.2.4 installed.
The text was updated successfully, but these errors were encountered: