Upload mav.tlog to AP_Cloud's log directory

If I change mav.tlog(generated by MAVProxy) to a bin extension and put it in the AP_Cloud log directory after the flight is over, will AP_Cloud read and display data like “did Arm” and “vehicle type”?
Or does AP_Cloud only read BIN files in Pixhawk?
If anyone knows, I would appreciate it if you could let me know.
Thank you.

if it is a .tlog file, you need to feed it as a .tlog file
if it is a .bin file, you need to feed it as a .bin file.

Renaming files just confuses the system and the users. Do not do that.

@amilcarlucas
Thank you for your advice.
I want to automatically send bin files from Pixhawk to Raspberry Pi and send data to AP_Cloud.
How can I send a bin file from Pixhawk to Raspberry Pi …? (I’m hoping I can make that part myself instead of using Rpanion-server etc.)
I’m sorry for the rudimentary question, but I would appreciate it if you could tell me.
Thank you.