Hello together.
Is there a way to prevent Scriptcase 9 from logging unnecessary access information in apache’s error.log?
Searched for a system setting and in this forum, but without success.
Afaik, SC doesn’t influences the apache logfiles directly, apache does. Not sure, but my wild guess would be some setting in the apache configs.
Thank you for your response and that hint. It lead me to checking LogLevel settings on apache in apache2.conf
Set LogLevel to “notice” and got the wanted results.
Also check https://www.loggly.com/ultimate-guide/apache-logging-basics/ if interested.
solved for me.