Details
-
Type:
New Feature
-
Status:
Closed
-
Priority:
Major
-
Resolution: Cannot Reproduce
-
Affects Version/s: 1.1
-
Fix Version/s: 1.2
-
Labels:None
Description
It is useful to have more statistics and some logging to be able to check system performance.
See also the mail thread starting at http://wamblee.org/pipermail/flexiblejdbcrealm/2011-March/000028.html
See also the mail thread starting at http://wamblee.org/pipermail/flexiblejdbcrealm/2011-March/000028.html
In everyday use we identified the following logging features as extremely useful:
If log level is set to FINE, we would receive exactly one log entry per request to FlexibleJDBCRealm. The log entry would contain whether the query could be satisfied from cache or whether it had to go to the DB (in which case timing info would be shown, e.g. 150ms.) => this would allow to get a good feel of exactly how often authentication is run and it could help to decide as to whether one should authenticate with each call or use a sessionID, etc.
The password would NOT be shown for confidentiality reasons.