darryn,

could you be more specific about which log messages?

for restful services, doing debug=2 should show the url/data before 
actually uploading, so that you can debug network issues from the client 
point of view.

there is also log_failure and log_success that should apply to each restful 
service - these default to True, but they can be set to False for all 
restful services:

[StdRESTful]
    log_success = False
    log_failure = False

or per-service:

[StdRESTful]
    log_success = False
    log_failure = True
    [[MQTT]]
        log_failure = False
    [[CWOP]]
        log_success = True

m

Reply via email to