We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Review the logging being produced by the IdP, Apache, Jetty, etc with the aim of only keeping useful stuff.
Example for dropping Apache logs... Note only works for CustomLog, not ErrorLog.
SetEnvIf Remote_Addr "123\.45\.678\.99" dontlog SetEnvIf Request_URI "^/favicon.ico$" dontlog
CustomLog logs/ssl_access_log common env=!dontlog CustomLog logs/ssl_request_log ssl env=!dontlog
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Review the logging being produced by the IdP, Apache, Jetty, etc with the aim of only keeping useful stuff.
Example for dropping Apache logs... Note only works for CustomLog, not ErrorLog.
CustomLog logs/ssl_access_log common env=!dontlog
CustomLog logs/ssl_request_log ssl env=!dontlog
The text was updated successfully, but these errors were encountered: