9 months ago
I have 3 services (App, Cron & Worker) with source code from the same github repository, for the past few weeks there is no log showing after "Stopping Container" on App Service, while the other two services have no problem showing logs. Although all three services use the same source code and environment variables. I really need the logs to detect errors and others. In addition, I am using Laravel 12 and have used "errorlog" as the value for LOG_CHANNEL.
3 Replies
9 months ago
Hey Faishal,
I am not too familiar with Laravel, what is the equivalent of the start command that you have?
- Angelo
Status changed to Awaiting User Response Railway • 9 months ago
angelo-railway
Hey Faishal, I am not too familiar with Laravel, what is the equivalent of the start command that you have?- Angelo
9 months ago
There is no custom start command that I use.
9 months ago
I solved this by integrating Slack to receive all the logs from my laravel application.
https://laravel.com/docs/12.x/logging
Status changed to Open sarahkb125 • 9 months ago
Status changed to Solved sarahkb125 • 9 months ago