8000 StreamHandler Produces Extra Empty Lines · Issue #63 · adafruit/Adafruit_CircuitPython_Logging · GitHub
[go: up one dir, main page]

Skip to content
StreamHandler Produces Extra Empty Lines #63
Closed
@FoamyGuy

Description

@FoamyGuy

Output of simpletest run with current main branch:

42085.612: INFO - Default handler: Info message

42085.612: ERROR - Stream Handler: Error message

42085.612: ERROR - Test exception handlingTest exception handling
  Traceback (most recent call last):
  
    File "/home/timc/repos/circuitpython/Adafruit_CircuitPython_Logging/examples/logging_simpletest.py", line 29, in <module>
      raise RuntimeError("Test exception handling")
  
  RuntimeError: Test exception handling
  

Output of the simpletest run in cpython modified to use logging instead of this library:

Stream Handler: Error message
Test exception handling
Traceback (most recent call last):
  File "/home/timc/repos/circuitpython/Adafruit_CircuitPython_Logging/examples/logging_simpletest.py", line 29, in <module>
    raise RuntimeError("Test exception handling")
RuntimeError: Test exception handling

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0