-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[RFC]: Log different informations if is on production or staging #43
Comments
I tried reorganizing the stuff we should log and I have a couple of observations:
See below a full log with all the info we have available at request time. The root keys
Additionally, we could reduce the
because from the namespace ( |
Let's do a conditional check |
Signed-off-by: alexmerlin <[email protected]>
Issue #43: Control the contents of `extra` in error log.
RFC
We need to log in errorl_log file different informations in production.
On local we have woops, on server we have server logs but we cannot match it with dotkernel log
Background
Considerations
Proposal(s)
If production , then log
SERVER super global
Session superglobal
Do NOT log stack trace
Appendix
The text was updated successfully, but these errors were encountered: