[Spacewalk-list] spacewalk logs

Cliff cperry at redhat.com
Fri Jun 18 17:33:39 UTC 2010


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
> Spacewalk-list at redhat.com
> 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




More information about the Spacewalk-list mailing list