I have containerized a Laravel application on AWS ECS service. I am unable to access the native log files i.e. from 'storage/logs'. I am able to stream each container's logs to CloudWatch service but not able to do the same for these native logs.
Asked
Active
Viewed 1,342 times
2
-
Could you setup a cron to upload these logs to s3? – Derek Pollard Dec 08 '20 at 14:46
-
2Have you tried this? https://stackoverflow.com/a/56747744/5372316 – shelly Dec 08 '20 at 14:53
-
@shelly It worked. Thanks a lot. – Bharat Vishe Dec 08 '20 at 15:28