Question regarding SysLog

If I set RT_SiteConfig.pm with ($LogToSyslog, undef) and /etc/syslog.conf to rt.none will it stop sending the log entries to /var/log/messages? I have a separate log file set up and I don’t want to see the information being written twice.

-Mathew
Keep up with my goings on at The Life and Times of a Slacker

It will stop, but separate file is bad for production. Use syslog or screen.On Fri, May 29, 2009 at 7:28 PM, Mathew mathew.snyder@gmail.com wrote:

If I set RT_SiteConfig.pm with ($LogToSyslog, undef) and /etc/syslog.conf to rt.none will it stop sending the log entries to /var/log/messages? I have a separate log file set up and I don’t want to see the information being written twice.

-Mathew

Keep up with my goings on at The Life and Times of a Slacker


The rt-users Archives

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

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

Best regards, Ruslan.

So instead of using $LogToFile I should use $LogToSyslog and configure syslog to separate everything out?

Ruslan Zakirov wrote:

It will stop, but separate file is bad for production. Use syslog or screen.

If I set RT_SiteConfig.pm with ($LogToSyslog, undef) and /etc/syslog.conf to rt.none will it stop sending the log entries to /var/log/messages? I have a separate log file set up and I don’t want to see the information being written twice.

-Mathew

Keep up with my goings on at The Life and Times of a Slacker


The rt-users Archives

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

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

Keep up with my goings on at The Life and Times of a Slacker

Log to syslog and configure it or to screen and configure apache logsOn Fri, May 29, 2009 at 8:49 PM, Mathew mathew.snyder@gmail.com wrote:

So instead of using $LogToFile I should use $LogToSyslog and configure syslog to separate everything out?

Ruslan Zakirov wrote:

It will stop, but separate file is bad for production. Use syslog or screen.

On Fri, May 29, 2009 at 7:28 PM, Mathew mathew.snyder@gmail.com wrote:

If I set RT_SiteConfig.pm with ($LogToSyslog, undef) and /etc/syslog.conf to rt.none will it stop sending the log entries to /var/log/messages? I have a separate log file set up and I don’t want to see the information being written twice.

-Mathew

Keep up with my goings on at The Life and Times of a Slacker


The rt-users Archives

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

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


Keep up with my goings on at The Life and Times of a Slacker


The rt-users Archives

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

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

Best regards, Ruslan.