On Fri, May 22, 2009 at 3:36 PM, Eric Chatham <echat...@broadvox.net> wrote:

> On May 22, 2009, Rob Munsch wrote:
>
> >
> > I'd suggest putting this in your SiteConfig,
> >
> > Set($LogToSyslog, 'info');
> > Set($LogStackTraces, 'debug');
> >
> > and starting up, trying to log in, then checking the logs.
>
> Thank you.  I added the variables.  Where can I check the logs at?
>

Most likely in
/var/log/

and you're looking for "syslog" in there, which you can check last 10 lines
of with
tail syslog

or last 35 lines with
tail -n 35 syslog

or watch in realtime with
tail -f syslog <enter>
(then CTRL-C to break out of that)

-- 
/chown -R us:us /yourbase
_______________________________________________
http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users

Community help: http://wiki.bestpractical.com
Commercial support: sa...@bestpractical.com


Discover RT's hidden secrets with RT Essentials from O'Reilly Media. 
Buy a copy at http://rtbook.bestpractical.com

Reply via email to