DEMARQUAY, Mathieu wrote:
Hi,

A short question: Is there a way to track logins & logouts to the spacewalk web GUI? (Not for xmlrpc api calls, I know there is /var/log/rhn/rhn_web_api.log)

A log file I missed? A logger to enable? Something in the database?

Thank you,

Mathieu

This message contains information that may be privileged or confidential and is the property of the Capgemini Group. It is intended only for the person to whom it is addressed. If you are not the intended recipient, you are not authorized to read, print, retain, copy, disseminate, distribute, or use this message or any part thereof. If you receive this message in error, please notify the sender immediately and delete all copies of this message.


------------------------------------------------------------------------

_______________________________________________
Spacewalk-list mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/spacewalk-list
a guess, not tested,


look at log4j.properties,

take as example:
log4j.logger.com.redhat.rhn.common.security.acl=WARN,RootAppender


 and then looking for login code..but add instead line:

log4j.logger.com.redhat.rhn.frontend.action.loginaction=DEBUG,RootAppender

You'd need to restart tomcat to see the logging, if it works.

Cliff

_______________________________________________
Spacewalk-list mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/spacewalk-list

Reply via email to