<div class="gmail_quote">On Fri, May 22, 2009 at 3:36 PM, Eric Chatham <span dir="ltr"><<a href="mailto:echatham@broadvox.net">echatham@broadvox.net</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="im">On May 22, 2009, Rob Munsch wrote:<br>
<br>
><br>
> I'd suggest putting this in your SiteConfig,<br>
><br>
> Set($LogToSyslog, 'info');<br>
> Set($LogStackTraces, 'debug');<br>
><br>
> and starting up, trying to log in, then checking the logs.<br>
<br>
</div>Thank you.  I added the variables.  Where can I check the logs at?<br></blockquote></div><br>Most likely in <br>/var/log/<br><br>and you're looking for "syslog" in there, which you can check last 10 lines of with<br>
tail syslog<br><br>or last 35 lines with<br>tail -n 35 syslog<br><br>or watch in realtime with <br>tail -f syslog <enter><br>(then CTRL-C to break out of that)<br><br>-- <br>/chown -R us:us /yourbase<br><br>