-
Suggestion
-
Resolution: Fixed
Currently it is difficult to find out which users are taking up a license. It would be great to be able to see this. A quick way to do it would be to provide a log level that displays the list of users.
After this is implemented users will need to follow the following steps to see the list of licensed users:
- Go to the "Logging and profiling" administration screen
- Add an entry for "com.atlassian.confluence.user.DefaultUserAccessor" with level "DEBUG"
- Go to the "License Details" administration screen
- Tail your Confluence log file
- Hit the "Refresh" button under the "Licensed users" section
- Look for a line like this in your log file
2019-09-17 10:36:34,271 DEBUG [read-only-transaction:thread-1] [atlassian.confluence.user.DefaultUserAccessor] getUserNamesWithConfluenceAccess Found n licensed users: [user1, user2, ...]
- is incorporated by
-
CONFSERVER-54271 Have a screen that shows a list of users counting towards Confluence license
- Closed