| Summary: | Log workspace access | ||
|---|---|---|---|
| Product: | [ECD] Orion | Reporter: | John Arthorne <john.arthorne> |
| Component: | Server | Assignee: | John Arthorne <john.arthorne> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | CC: | ahunter.eclipse |
| Version: | unspecified | ||
| Target Milestone: | 8.0 | ||
| Hardware: | PC | ||
| OS: | Windows 7 | ||
| Whiteboard: | |||
|
Description
John Arthorne
We already have this event: 2014-11-20 10:10:52.554 [qtp419803471-4188] INFO org.eclipse.orion.server.login - Login success: ahunterorion oauth https://api.github.com/users/ahunter-orion/4500523 2014-11-20 10:10:52.554 [qtp419803471-4188] INFO org.eclipse.orion.server.login - Login success: ahunterorion Unfortunately login events are only recorded in the form auth and OAuth login code paths. If you are using different authentication there is no event logged. I have added instrumentation of first access to workspace per user, regardless of login method: http://git.eclipse.org/c/orion/org.eclipse.orion.server.git/commit/?id=34d049a938f871b25677dc6381509e921b20f936 I have left it off by default. I expected the login event would have been there. I raised Bug 452555 for this problem. |