[rt-users] FW: Regular Authentication and ExternalAuth RT 3.8.1

Rob Munsch rob.munsch at gmail.com
Fri May 22 15:58:20 EDT 2009


On Fri, May 22, 2009 at 3:36 PM, Eric Chatham <echatham at 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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bestpractical.com/pipermail/rt-users/attachments/20090522/efbc9ecb/attachment.htm>


More information about the rt-users mailing list