<p dir="ltr">Log to syslog option will generate messages in system log which is /var/log/messages or it's equivalent based on distribution.</p>
<p dir="ltr">Or you can add </p>
<p dir="ltr">Set(@LogToSyslogConf, (facility => 'local2'));</p>
<p dir="ltr">To get the messages in local2 facility so that it can be filtered out via syslog daemon to a separate file. </p>
<p dir="ltr">Turn on the stack trace logging too so you can see where it's breaking.</p>
<p dir="ltr">--<br>
Nilesh</p>
<div class="gmail_extra"><br><div class="gmail_quote">On 08-Sep-2016 11:58 PM, "Pavneet Arora" <<a href="mailto:pavneet_arora@waroc.com" target="_blank">pavneet_arora@waroc.com</a>> wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Simple question.  I have tried modifying RT_SiteConfig with the<br>
following options individually, but don't see anything in syslog or in<br>
the second case, /opt/rt4/var/log/apache2.<wbr>error.  Is this what you were<br>
referring to?<br>
<br>
Set( $LogToSysLog, 'debug');<br>
<br>
or<br>
<br>
Set( $LogToSTDERR, 'debug');<br>
<br>
On 08Sep16, Nilesh wrote:<br>
> I was asking about the Perl errors. What do you see on the console or in RT's<br>
> logs (enable debug logging in RT_SiteConfig) when you run rt-server.fcgi<br>
> directly?<br>
<br>
--<br>
Pavneet Arora           m: +1 (647) 406-6843<br>
Waroc Informatik        t: +1 (416) 937-9276<br>
</blockquote></div></div>