<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>Moodle Plugins directory: Syslogger: Comments</title>
    <link>https://moodle.org</link>
    <description>Duplicates Moodle logs to syslog using the Linux logger command.</description>
    <generator>Moodle</generator>
    <language>en</language>
    <copyright>(c) 2026 Moodle - Open-source learning platform | Moodle.org</copyright>
    <image>
      <url>https://moodle.org/theme/image.php/moodleorg/core/1777401252/i/rsssitelogo</url>
      <title>moodle</title>
      <link>https://moodle.org</link>
      <width>140</width>
      <height>35</height>
    </image>
    <item>
      <title>Friday, 4 January 2019, 5:29 PM - Christian Winning</title>
      <link>https://moodle.org/plugins/local_syslogger#comment-54774</link>
      <pubDate>Fri, 04 Jan 2019 09:29:53 GMT</pubDate>
      <description>by Christian Winning. &amp;nbsp;&lt;p&gt;&lt;div class=&quot;no-overflow&quot;&gt;&lt;div class=&quot;text_to_html&quot;&gt;Hi folks,&lt;br&gt;
&lt;br&gt;
I recently installed the syslogger plugin and did the above mentioned steps, enabling the plugin, checking the other informations but except enabling the plugin I left everything on default.&lt;br&gt;
&lt;br&gt;
Using CentOS 7 I then configured /etc/rsyslog.conf and added&lt;br&gt;
&lt;br&gt;
# Save moodle Messages to moodle.log&lt;br&gt;
local1.*               /var/log/moodle.log&lt;br&gt;
&lt;br&gt;
Moodle Cron Job is running every 15minutes but so far nothing was written into the moodle.log.&lt;br&gt;
&lt;br&gt;
Using Moodle 3.5.x and latest Syslogger Plugin.&lt;br&gt;
&lt;br&gt;
What am I missing?&lt;/div&gt;&lt;/div&gt;&lt;/p&gt;</description>
      <guid isPermaLink="true">https://moodle.org/plugins/local_syslogger#comment-54774</guid>
    </item>
    <item>
      <title>Saturday, 14 September 2013, 1:39 AM - Anthony Borrow</title>
      <link>https://moodle.org/plugins/local_syslogger#comment-17818</link>
      <pubDate>Fri, 13 Sep 2013 17:39:13 GMT</pubDate>
      <description>by Anthony Borrow. &amp;nbsp;&lt;p&gt;&lt;div class=&quot;no-overflow&quot;&gt;&lt;div class=&quot;text_to_html&quot;&gt;Bart - Thanks for updating the language file. The error I mentioned was generated by AMOS which is used for creating language packs (see lang.moodle.org to learn more about that). I'll go ahead and approve the new version and all should be in good shape now. Thanks again for your patience with this process. Peace - Anthony &lt;/div&gt;&lt;/div&gt;&lt;/p&gt;</description>
      <guid isPermaLink="true">https://moodle.org/plugins/local_syslogger#comment-17818</guid>
    </item>
    <item>
      <title>Friday, 13 September 2013, 5:33 PM - Bart Busschots</title>
      <link>https://moodle.org/plugins/local_syslogger#comment-17793</link>
      <pubDate>Fri, 13 Sep 2013 09:33:27 GMT</pubDate>
      <description>by Bart Busschots. &amp;nbsp;&lt;p&gt;&lt;div class=&quot;no-overflow&quot;&gt;&lt;div class=&quot;text_to_html&quot;&gt;Hi Anthony,&lt;br&gt;
&lt;br&gt;
I wasn't able to reproduce the error you reported, but I've changed the line in question from:&lt;br&gt;
&lt;br&gt;
$string['pluginname'] = $string['syslogger'];&lt;br&gt;
&lt;br&gt;
to&lt;br&gt;
&lt;br&gt;
$string['pluginname'] = 'Syslogger';&lt;br&gt;
&lt;br&gt;
I've uploaded a new version, and also created a wiki page on GitHub and added the link to the plugin.&lt;br&gt;
&lt;br&gt;
I think that should be everything fixed?&lt;br&gt;
&lt;br&gt;
Regards,&lt;br&gt;
&lt;br&gt;
Bart.&lt;/div&gt;&lt;/div&gt;&lt;/p&gt;</description>
      <guid isPermaLink="true">https://moodle.org/plugins/local_syslogger#comment-17793</guid>
    </item>
    <item>
      <title>Friday, 13 September 2013, 8:46 AM - Anthony Borrow</title>
      <link>https://moodle.org/plugins/local_syslogger#comment-17726</link>
      <pubDate>Fri, 13 Sep 2013 00:46:44 GMT</pubDate>
      <description>by Anthony Borrow. &amp;nbsp;&lt;p&gt;&lt;div class=&quot;no-overflow&quot;&gt;&lt;div class=&quot;text_to_html&quot;&gt;Ooops, looks like there was an issue with lang/en/local_syslogger.php - Error: AMOS threw exception mlang_parser_exception: Error: Expected T_CONSTANT_ENCAPSED_STRING array item value at line 27 &lt;br&gt;
&lt;br&gt;
If you could patch that up I would appreciate it. Peace - Anthony &lt;/div&gt;&lt;/div&gt;&lt;/p&gt;</description>
      <guid isPermaLink="true">https://moodle.org/plugins/local_syslogger#comment-17726</guid>
    </item>
    <item>
      <title>Friday, 13 September 2013, 8:43 AM - Anthony Borrow</title>
      <link>https://moodle.org/plugins/local_syslogger#comment-17724</link>
      <pubDate>Fri, 13 Sep 2013 00:43:09 GMT</pubDate>
      <description>by Anthony Borrow. &amp;nbsp;&lt;p&gt;&lt;div class=&quot;no-overflow&quot;&gt;&lt;div class=&quot;text_to_html&quot;&gt;Bart - Thanks for updating the repository name. I went ahead and created a link for the tracker using Github. It would help if you were able to create a page for documentation. You are welcome to use either Github's wiki or Moodle Docs. I have some suggestions about doing so at &lt;a href=&quot;http://docs.moodle.org/en/Development:Guidelines_for_contributed_code&quot; class=&quot;_blanktarget&quot; target=&quot;_blank&quot; rel=&quot;noreferrer&quot;&gt;http://docs.moodle.org/en/Development:Guidelines_for_contributed_code&lt;/a&gt;. If you have any questions just let me know. I'm going to go ahead and approve this plugin. Peace - Anthony   &lt;/div&gt;&lt;/div&gt;&lt;/p&gt;</description>
      <guid isPermaLink="true">https://moodle.org/plugins/local_syslogger#comment-17724</guid>
    </item>
    <item>
      <title>Thursday, 12 September 2013, 10:11 PM - Bart Busschots</title>
      <link>https://moodle.org/plugins/local_syslogger#comment-17686</link>
      <pubDate>Thu, 12 Sep 2013 14:11:42 GMT</pubDate>
      <description>by Bart Busschots. &amp;nbsp;&lt;p&gt;&lt;div class=&quot;no-overflow&quot;&gt;&lt;div class=&quot;text_to_html&quot;&gt;Thanks Anthony, I've re-named the repo as requested.&lt;br&gt;
&lt;br&gt;
I'll have a read of the on-going logging discussion, and comment if I have anything useful to contribute to the discussion.&lt;br&gt;
&lt;br&gt;
Regards,&lt;br&gt;
&lt;br&gt;
Bart.&lt;/div&gt;&lt;/div&gt;&lt;/p&gt;</description>
      <guid isPermaLink="true">https://moodle.org/plugins/local_syslogger#comment-17686</guid>
    </item>
    <item>
      <title>Wednesday, 11 September 2013, 5:00 AM - Anthony Borrow</title>
      <link>https://moodle.org/plugins/local_syslogger#comment-17520</link>
      <pubDate>Tue, 10 Sep 2013 21:00:18 GMT</pubDate>
      <description>by Anthony Borrow. &amp;nbsp;&lt;p&gt;&lt;div class=&quot;no-overflow&quot;&gt;&lt;div class=&quot;text_to_html&quot;&gt;Bart - Many thanks for sharing this plugin with the Moodle community. You may be interested in some of the work being done to improve logging and perhaps participate in the &lt;a title=&quot;Auto-link&quot; href=&quot;https://moodle.atlassian.net&quot; target=&quot;_blank&quot; rel=&quot;noreferrer&quot;&gt;Moodle Tracker&lt;/a&gt; with suggestions, patches, etc. You can get started by reading &lt;a href=&quot;http://docs.moodle.org/dev/Logging_2&quot; class=&quot;_blanktarget&quot; target=&quot;_blank&quot; rel=&quot;noreferrer&quot;&gt;http://docs.moodle.org/dev/Logging_2&lt;/a&gt; if you are not already familiar with what is going on. &lt;br&gt;
&lt;br&gt;
I encourage folks to provide not only the source control URL which you have done but also the tracker and documentation URLs. For those using Github.com, I recommend trying to follow the Moodle naming convention for repositories - in your case it would be moodle-local_syslogger. It is a small detail (and not required) but it helps those using plugins to have a consistent experience especially if they are managing their sites using Git. Would you consider renaming the repository?&lt;br&gt;
&lt;br&gt;
I'm going to mark this as needing more work while you consider the repository rename (better to get that set before making it public). Otherwise it installs fine and seems to work well. &lt;br&gt;
&lt;br&gt;
Please do not hesitate to let me know if there is anything I can do to be supportive of your efforts.  Peace - Anthony &lt;/div&gt;&lt;/div&gt;&lt;/p&gt;</description>
      <guid isPermaLink="true">https://moodle.org/plugins/local_syslogger#comment-17520</guid>
    </item>
  </channel>
</rss>