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

Review logging produced by the IdP #164

Open
trsau opened this issue Sep 19, 2016 · 0 comments
Open

Review logging produced by the IdP #164

trsau opened this issue Sep 19, 2016 · 0 comments

Comments

@trsau
Copy link
Contributor

trsau commented Sep 19, 2016

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

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