Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[mosquitto-dev] log complete message

Hi guys , I have been reading about log section for the config file but can not get how to log complete message.
Seting the line:
log_type debug
I have:
Sending PUBLISH to monitor (d0, q0, r1, m0, 'activation/rtu_b827eb8ec0c3', ... (224 bytes))

It would be very very usefull to log the complete message.
From the publisher I sent:

mosquitto_pub -h mqtt.pachcontrol.com.ar -p 8883  -t activation/rtu_b827eba1ed97  -m "cara de chota"  -u generico -P 04d2f33b9a74d25413c35a07dd102167  -i generico  --cafile ./all-ca.crt  -d

So , is it possible to see somethig like :

Sending PUBLISH to monitor (d0, q0, r1, m0, 'activation/rtu_b827eb8ec0c3', 'cara de chota')

regards.
leo.



Back to the top