How to enable logs for each of apps like SAS EG, Visual studio in SAS Management console .
Need the user login time and end time for each session from these logs.
In my place, we do the latter, so we have a full documentation for every act any user every did through the workspace server. I can even watch live by using tail -f (we also have write=immediate on) if I need that for assisting a user.
What changes to be made to logconfig.xml so that every action of users like login and close of session can be captured.
If you just want start and end of sessions, read the Object Spawner logs. logconfig.xml is needed if you want to have the logs usually sent to the client (what you see in the Log tab of EG) also sent to a file on the server.
PS the Metadata server logs will not show you when a workspace server session is started or ended. You get entries for every access to metadata, like when EG starts and the connection profile is set active, but you do not see when EG is terminated (as no metadata information is needed for that).
See this very good paper from the SAS Global Forum 2019 proceedings:
https://www.sas.com/content/dam/SAS/support/en/sas-global-forum-proceedings/2019/3418-2019.pdf
It deals with enabling, finding and deciphering Object Spawner logs and provides links to further documentation.
The SAS Users Group for Administrators (SUGA) is open to all SAS administrators and architects who install, update, manage or maintain a SAS deployment.
SAS technical trainer Erin Winters shows you how to explore assets, create new data discovery agents, schedule data discovery agents, and much more.
Find more tutorials on the SAS Users YouTube channel.