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

Always prints debug output #71

Open
johtso opened this issue Nov 26, 2020 · 1 comment
Open

Always prints debug output #71

johtso opened this issue Nov 26, 2020 · 1 comment

Comments

@johtso
Copy link

johtso commented Nov 26, 2020

When I run the airctrl command, I get loads of debug output from coapthon3.

Shouldn't that only be shown if the debug flag is given?

2020-11-26 22:24:18,195 - MainThread - coapthon.layers.messagelayer - DEBUG - send_request - From None, To ('192.168.50.221', 5683), None-None, POST-QU, [Uri-Path: sys, Uri-Path: dev, Uri-Path: sync, ] 74C781E8...8 bytes
2020-11-26 22:24:18,195 - MainThread - coapthon.client.coap - DEBUG - send_datagram - From None, To ('192.168.50.221', 5683), CON-64825, POST-QU, [Uri-Path: sys, Uri-Path: dev, Uri-Path: sync, ] 74C781E8...8 bytes
2020-11-26 22:24:18,196 - Thread-1   - coapthon.client.coap - DEBUG - Start receiver Thread

etc..

@johtso johtso changed the title Always print debug output Always prints debug output Nov 26, 2020
@rgerganov
Copy link
Owner

This is another nonsense from CoAPthon3, see issue #55

rgerganov added a commit that referenced this issue Dec 3, 2020
The original repo is unmaintained and I am pushing fixes to my own fork
now.

Issue: #55
Issue: #71
Issue: #69
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

2 participants