Hi, In the man I read: `-l, --logfile FILENAME Log every query and its results to a file. ` But if I run: `mycli -v -h thehost -P theport-u theuser -p thepassword -e "thecommand" --logfile result.log -t ` result.log is empty, while I was expecting to find the outpot of the command passed in -e Is this the wanted behaviour? Thanks.