<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#0050d0">
<font size="-1"><font face="Helvetica, Arial, sans-serif">If you
configure a destination for the 'syslog' facility, syslog-ng will use
this to spit out its error messages. If something is going wrong with
the sql, it'll log it there. Just add a "filter f_syslog {
facility(syslog); };" and put it out to a file somewhere (oh, with a
source internal() as well).</font></font><br>
<br>
Sent: Thursday, March 18, 2010 8:42:30 AM<br>
From: yavuz <a class="moz-txt-link-rfc2396E" href="mailto:sakncli@gmail.com">&lt;sakncli@gmail.com&gt;</a><br>
To: <a class="moz-txt-link-abbreviated" href="mailto:syslog-ng@lists.balabit.hu">syslog-ng@lists.balabit.hu</a> <br>
Subject: [syslog-ng] Problem with sql destination
<blockquote
 cite="mid:97371e801003180742n5a7ca481i5bbee4c246530cf2@mail.gmail.com"
 type="cite">Hi all,<br>
  <br>
I want to insert logs directly to mysql database,<br>
I am using two destinations one is a file(for testing purposes) and the
second is sql. Logs are written to file but not sql destination. I
couldn't find the problem because don't know where to look.<br>
  <br>
The configuration file is attached. <br>
  <br>
thanks in advance.<br>
  <br>
// ps. <br>
  <pre wrap="">
<hr size="4" width="90%">
______________________________________________________________________________
Member info: <a class="moz-txt-link-freetext" href="https://lists.balabit.hu/mailman/listinfo/syslog-ng">https://lists.balabit.hu/mailman/listinfo/syslog-ng</a>
Documentation: <a class="moz-txt-link-freetext" href="http://www.balabit.com/support/documentation/?product=syslog-ng">http://www.balabit.com/support/documentation/?product=syslog-ng</a>
FAQ: <a class="moz-txt-link-freetext" href="http://www.campin.net/syslog-ng/faq.html">http://www.campin.net/syslog-ng/faq.html</a>

  </pre>
</blockquote>
</body>
</html>