Request log only works when APP_ENV
is local
#52989
Unanswered
mhkarimi1383
asked this question in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi
In productions environments, I will grab logs mostly from stdout/stderr of containers (in both K8s/Docker)
but when I set
APP_ENV
to something other thanlocal
it will not log my requestsIt would be awesome if we could have an option to enable that when we are on other envs as well (specially on Octane)
since laravel has capabilities to do it, I think it's not a great Idea to have a custom middleware/external package to that
Also being able to change log format will be a huge plus
Thanks,
Regards
Beta Was this translation helpful? Give feedback.
All reactions