ember-fastboot / ember-cli-fastboot

Server-side rendering for Ember.js apps
http://ember-fastboot.com/
MIT License
851 stars 159 forks source link

Fastboot app server does not show any application logs #923

Closed st-h closed 1 year ago

st-h commented 1 year ago

I deployed the fastboot app server to a ubuntu server. After deploying an upgrade to the latest ember version and updating fastboot app server to v4.1.1 (necessary due to a deprecated injection), I noticed that the app inside the fastboot server did behave unusual. Unfortunately the fastboot log does not show any logs from the application itself. I only see the default request logging.

I am pretty sure this behaviour was the same before upgrading. Running fastboot app server 4.1.0. I still have logs before the upgrade, which do not show any logging from the app either.

I even tried to throw an error that contains some debug data, but that did not show up in the logs either. I only see the default request logging, which just shows that a 307 http status is returned:

2023-08-14T17:14:53.173Z 307 OK /projects

Any ideas how to get some logging from the app are highly appreciated.