Where can I see the Linux Server crash log?

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

I have a server running on a linux machine and using the 3.3 server linux build.

I’m also using supervisord to run/restart the server and the config file is something like this

[program:my_program]
command=/home/user_name/Godot_v3.3-stable_linux_server.64 --main-pack 
/home/user_name/my_program.pck
autostart=true
autorestart=true
redirect_stderr=true
stdout_logfile=/var/log/my_program.log

I can se all the printerrs in this last file, but sometimes the server crashes and I can’t know the reason why since I don’t have access to this logs.

Where is this crash log (like I see in the IDE) written? Looks like not stdout or stderr…

Any idea what am I doing wrong?

According to this, it may be here: ~/.local/share/godot/app_userdata/Name

whiteshampoo | 2021-09-03 17:10

I checked that folder, it exists but currently nothing is being written there

tpaulino | 2021-09-03 17:28