Skip to content
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

Debug messages flooding error logs #15

Open
JimBacon opened this issue Oct 16, 2017 · 2 comments
Open

Debug messages flooding error logs #15

JimBacon opened this issue Oct 16, 2017 · 2 comments

Comments

@JimBacon
Copy link
Member

If apps are left in debug mode long term then the PHP error log and, to a lesser extent, the Drupal log become so full of the debug messages that it is hard to locate errors when they occur. Look for an alternative, e.g. using a separate file for debug. When doing so, ensure the content is stored securely as it will contain sensitive information.

@kazlauskis
Copy link
Member

Yes, it is verbous logging right now. Just want to stress the importance of it when it comes to mobile app developmet. Long term logging (up to 2-3 months) is very useful as it would be nearly imposible to debug some issues coming from user reports the problem has occurred a month ago without the logs. Plus, good to see patterns for problems :)

@JimBacon
Copy link
Member Author

JimBacon commented Nov 2, 2017

Sure. The point I was trying to make is that it is impeding error detection and correction of non-app problems because they are lost amongst the huge volume of debug messages coming from the apps. I'm therefore suggesting that the apps need their own log file.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants