| Summary: | Disable verbose Openid logging | ||
|---|---|---|---|
| Product: | [ECD] Orion | Reporter: | John Arthorne <john.arthorne> |
| Component: | Server | Assignee: | Maciej Bendkowski <maciej.bendkowski> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | CC: | maciej.bendkowski, Szymon.Brandys |
| Version: | 3.0 | ||
| Target Milestone: | 4.0 M1 | ||
| Hardware: | PC | ||
| OS: | Windows 7 | ||
| Whiteboard: | |||
|
Description
John Arthorne
Maciej I know you have been looking into logging, can you change our configuration to fix this. I don't think we need any of this detail by default. We have our own logging of the final result (login success/failure) which I think is enough by default. Pushed to master: http://git.eclipse.org/c/orion/org.eclipse.orion.server.git/commit/?id=b4f77f78ef94ecbb3b56044f11ebec1f109d7b83 I've changed the openid4java log level to WARN. Fixing this bug revealed that we had different log implementations running in Orion. Openid4java uses log4j which, until now, was not overridden by our logback configuration. I've added bridges to log4j and jul, which should cover all third-part library log implementations. If someone's interested, here's an interesting example how it might be forced in Jetty: http://www.eclipse.org/jetty/documentation/current/example-logging-logback-centralized.html That commit will break the build. There is some builder changes needed when new bundles are added, and for third party bundles a CQ is needed. I've reverted the appropriate commit. CQ requests have been sent: https://dev.eclipse.org/ipzilla/show_bug.cgi?id=7430 https://dev.eclipse.org/ipzilla/show_bug.cgi?id=7431 Sorry for the misunderstanding. Updated CQs to 1.6.4 version: https://dev.eclipse.org/ipzilla/show_bug.cgi?id=7433 https://dev.eclipse.org/ipzilla/show_bug.cgi?id=7432 The CQ's have been approved, and I have added map entries for the two new bundles: http://git.eclipse.org/c/orion/org.eclipse.orion.server.git/commit/?id=220d531d2b8f4b3f4672ec195269880a1197c88d You can re-commit your change now. Re-commited with: http://git.eclipse.org/c/orion/org.eclipse.orion.server.git/commit/?id=a51c941a723aab9f472a2e815d2f60479af349fb Both bundles are now required in 1.6.4 version. |