Add missing argument
This commit is contained in:
parent
5b415520f9
commit
2c9dcace67
2 changed files with 2 additions and 2 deletions
|
|
@ -19,7 +19,7 @@ All text above must be included in any redistribution.
|
|||
#
|
||||
# from file_handler import FileHandler
|
||||
# import adafruit_logging as logging
|
||||
# l = logging.getLogger()
|
||||
# l = logging.getLogger('file')
|
||||
# l.addHandler(FileHandler('log.txt'))
|
||||
# l.level = logging.ERROR
|
||||
# l.error("test")
|
||||
|
|
|
|||
|
|
@ -23,7 +23,7 @@ All text above must be included in any redistribution.
|
|||
# import adafruit_logging as logging
|
||||
#
|
||||
# uart = busio.UART(board.TX, board.RX, baudrate=115200)
|
||||
# logger = logging.getLogger()
|
||||
# logger = logging.getLogger('uart')
|
||||
# logger.addHandler(UartHandler(uart))
|
||||
# logger.level = logging.INFO
|
||||
# logger.info('testing')
|
||||
|
|
|
|||
Loading…
Reference in a new issue