Parse Server container crashes when viewing Logs

If I go to Dashboard’s Log section, after a new item is saved to the DB, the container crashes.

There is a single console log entry:

verbose: REQUEST for [GET] /parse/scriptlog?level=info&n=100: {} {“method”:“GET”,“url”:"/parse/scriptlog?level=info&n=100",“headers”:{“host”:“my-parse-host.com:1337”,“content-type”:“text/plain”,“origin”:“http://my-parse-host:4340”,“accept-encoding”:“gzip, deflate”,“connection”:“keep-alive”,“accept”:"/",“user-agent”:“Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.1.1 Safari/605.1.15”,“referer”:“http://my-parse-host:4340/apps/auction-house/logs/info",“content-length”:“168”,“accept-language”:“en-gb”},"body”:{}}

What, if anything, is this showing? Do I need to enable some other debugging / logging setting for the Parse Server to see appropriate logged data?

This log entry shows the GET request when the dashboard is trying to get the log entries. This entry does not indicate a crash. To find the root cause for your container crash, you would look into the rest of the log or other container logs.