Skip to content

Commit

Permalink
Log metrics of user login events / sessions
Browse files Browse the repository at this point in the history
  • Loading branch information
aeberhart committed Mar 20, 2024
1 parent 160e811 commit 7a7bcdf
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions dashjoin-docs/docs/administration.md
Original file line number Diff line number Diff line change
Expand Up @@ -279,3 +279,13 @@ By definition, access to static assets does not require login, so they are alway
Do not place any confidential data in the assets folder.

When working with version control tools (i.e. git), assets can be maintained along with all other app resources under revision control.

## Tracking User Logins

The platform has no built-in functionality for tracking users in the system.
You may be able to retrieve this information at your identity managemnent platform.
The platform does track user login events in the system log. You can grep the log for messages like this one:

```text
2024-03-20 14:15:32,163 INFO [com.das.ser.ten.TenantService] (executor-thread-12) Login profile uid=admin email=null roles=[admin] username=admin
```

0 comments on commit 7a7bcdf

Please sign in to comment.