How to open cmd logs in Mac as in Windows

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By Vignesh S

Hi,

I want to check the engine logs in Mac OS. In windows we have the cmd that outputs the engine logs I want to see the equivalent of those in Mac OS

:bust_in_silhouette: Reply From: Calinou

You can run the Godot binary contained inside the application bundle. Open a terminal, use cd to reach the folder where Godot.app is located (typically, it’s /Applications), then run:

Godot.app/Contents/MacOS/Godot