Skip to main content

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

Leandro <ingrogger@xxxxxxxxx> wrote:
> 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')


Remeber this is Pub/Sub. Just run mosquitto_sub -t '#' locally.

This sort of thing would open yourself up to a really nice easy
remote DDoS by filling your disks with log files.

Cheers,
Karl P

Attachment: signature.html
Description: OpenPGP Digital Signature


Back to the top