Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

StreamHandler Produces Extra Empty Lines #63

Closed
FoamyGuy opened this issue Aug 6, 2024 · 1 comment
Closed

StreamHandler Produces Extra Empty Lines #63

FoamyGuy opened this issue Aug 6, 2024 · 1 comment

Comments

@FoamyGuy
Copy link
Contributor

FoamyGuy commented Aug 6, 2024

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
@FoamyGuy
Copy link
Contributor Author

FoamyGuy commented Oct 2, 2024

resolved by #62

@FoamyGuy FoamyGuy closed this as completed Oct 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant