As an instance administrator, I would like to see some metrics about how many unique users have logged in during a given time period, so I can know how wide spread the application is in my organization. I would also like to catch any errors and log them so I can trouble shoot the application without having to actually be on the machine.
Acceptance Criteria
- Add a log to the login process that looks like: "[METRIC] Login - "
- Audit the application for error logging and make sure critical places in the code will report errors to the logs correctly.
As an instance administrator, I would like to see some metrics about how many unique users have logged in during a given time period, so I can know how wide spread the application is in my organization. I would also like to catch any errors and log them so I can trouble shoot the application without having to actually be on the machine.
Acceptance Criteria