i would like to look at the logs on my thing device.
The thing i created has same log messages as the multiple-things example.
And the line i wrote is like this:
logging.debug('setting new humidity level: %s', new_level)
How can i look at that log?