chrysn / aiocoap

The Python CoAP library
Other
264 stars 119 forks source link

set aiocoap-rd log level #247

Open Ramzi04 opened 3 years ago

Ramzi04 commented 3 years ago

When I run the aiocoap-rd : python3 aiocoap-rd , I receive nothing as log statement. Is there a way to set the aiocoap-rd more verbose or set log level for it?

chrysn commented 3 years ago

Right now there is no setting for that -- but then again, the RD itself has nothing to log, and all that'd show up is CoAP messages in the aiocoap logger.

I'll take this as a feature request for actual logging, but unless something increases its urgency it'll wait for a general overhaul of logging in the tools.

Ramzi04 commented 3 years ago

I appreciate your help. Thanks.

chrysn commented 3 years ago

Leaving this open as it is a good suggestion to improve the aiocoap-rd too.