How to identify users logging into the Smarts domain
How to log successful logins to the Smarts domain
You can cause successful logins to be logged in the Smarts domain log file so that you can then view the user names and IP addresses of users who successfully log in in the log files. To set up this functionality, do the following:
- Open the runcmd_env.sh file on the server in the following directory:
<BASEDIR>/smarts/local/conf
- Add the following into runcmd_env.sh file:
SM_OKLOGIN_LOGLEVEL=TRUE
- Restart the Smarts domain to implement the change.